What's wrong with naming a class as a manager or controller?

Posted by fig-gnuton on Stack Overflow See other posts from Stack Overflow or by fig-gnuton
Published on 2010-06-01T20:39:43Z Indexed on 2010/06/01 20:43 UTC
Read the original article Hit count: 132

Filed under:
|
|

With respect to OOP best practices, why do some people feel it's poor design if you call something a WhateverManager or WhateverController? Is this widely accepted as a best practice (to avoid this)? And what is the recommended alternative?

© Stack Overflow or respective owner

Related posts about best-practices

Related posts about oop