Are SOLID principles really solid?
- by Arseny
The first pattern stands for this acronym is SRP. Here is a quote.
the single responsibility principle
states that every object should have a
single responsibility, and that
responsibility should be entirely
encapsulated by the class.
That's is simple and clear till we start to code ) Suppose we have a class with well defined SRP.…