Single Responsibility Principle - How Can I Avoid Code Fragmentation?
- by Dean Chalk
I'm working on a team where the team leader is a virulent advocate of SOLID development principles. However, he lacks a lot of experience in getting complex software out of the door.
We have a situation where he has applied SRP to what was already quite a complex code base, which has now become very highly fragmented and difficult to understand…