clean-code-dotnet
clean-code-dotnet copied to clipboard
correct syntax errors in LSP section
The ShapeBase actually should be RectangleBase
In the Square class, better to set the Width and Height properties as both are protected properties inherited from RectangleBase.
Better fixed is #75
I'll fix rest of examples regarding SOLID principles.
@thangchung : Do you have a chance to have a look at these changes? From my point of view, it good to merge.