SOLID. Liskov Substitution Principle (LSP). Example incorrect.

Author: VitaliyPavlyukovCreated Dec 23, 2020Updated Feb 8, 2022

Drawable RenderLargeRectangles(Rectangle rectangles) { foreach (rectangle in rectangles) {

rectangles must be array, not Rectangle

Source: thangchung/clean-code-dotnet