#software-architecture
Read more stories on Hashnode
Articles with this tag
Keeping things (interfaces) simple Premise Abstraction is the core of Object Oriented Design paradigm. Abstraction in software development involves...
Guarunteed contract adherence between classes ยท Premise In our previous article on Open-Closed Principle (OCP), we establish how to add new feature by...