Skip to main content

All Questions

14 votes
3 answers
3k views

Tips/advice on how to reduce the use of "manager" classes?

I sometimes hear that having too many "manager" classes in your program's design is code smell and add an unnecessary layer of complexity. To me it makes sense that people want to use manager classes ...
Chris C's user avatar
  • 645