Skip to content

Changing parameter for RenderLargeRectangles#100

Open
theilgaz wants to merge 4 commits into
thangchung:masterfrom
theilgaz:patch-1
Open

Changing parameter for RenderLargeRectangles#100
theilgaz wants to merge 4 commits into
thangchung:masterfrom
theilgaz:patch-1

Conversation

@theilgaz

@theilgaz theilgaz commented Jun 2, 2021

Copy link
Copy Markdown

Changed Rectangle to Rectangle[] in Good example for Liskov Substitution Principle (LSP).

Changed Rectangle to Rectangle[] in Good example for Liskov Substitution Principle (LSP).

@dmitryvhf dmitryvhf left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need more changes

Comment thread README.md
}

Drawable RenderLargeRectangles(Rectangle rectangles)
Drawable RenderLargeRectangles(Rectangle[] rectangles)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, make same into 2080 line, for "Bad" example

@dmitryvhf

Copy link
Copy Markdown

Conflict PR - #75

@theilgaz

theilgaz commented Jun 2, 2021

Copy link
Copy Markdown
Author

Fixed "Bad" example #101

Comment thread README.md Outdated
- [O: Open/Closed Principle (OCP)](#openclosed-principle-ocp)
- [L: Liskov Substitution Principle (LSP)](#liskov-substitution-principle-lsp)
- [L:
v Substitution Principle (LSP)](#liskov-substitution-principle-lsp)

@dmitryvhf dmitryvhf Jun 3, 2021

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excessed change. And new error.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I use search filter to find faster, but then I see error. I fixed this in here.

@dmitryvhf dmitryvhf left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now correct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants