#solid
Read more stories on Hashnode
Articles with this tag
Introduction The Open-Closed Principle states that types should be open for extension, but closed for modification. Analogy Lets assume we're...
Introduction The Single Responsibility Principle states that a class or type should have one primary responsibility and as a result one reason to...