Single Responsibility Principle (SRP) is the most important of SOLID software design principles. In this post we explain it and show how to apply!
Continue reading Single Responsibility Principle explainedsolid
Composed Method Pattern is the most useful and practical pattern I use. At the same time it’s not known by many developers. It’s the foundation of maintainable code.
Continue reading Composed Method Pattern explained