Skip to content

Releases: raihaniqbal/SOLIDDotNet

Completed Liskov Principle

22 Jul 00:15
Compare
Choose a tag to compare
v2.0

Refactored code so make it complient to Liskov Principle

Completed OCP Demo

21 Jul 11:21
d49e566
Compare
Choose a tag to compare

The initial version of the OCP demo could not be extended without breaking OCP. The current code can be extended for e.g. you can add more Applicants by extending the current code.

Demo code that breaks the OpenClosed principle

21 Jul 10:26
Compare
Choose a tag to compare

This release has code that shows how the OpenClosed principle is broken by modifying stable code that was previously working but might break in the future if we continue modifying it.