Is the word "Helper" in a class name a code smell?

Posted by ForeverDebugging on Stack Overflow See other posts from Stack Overflow or by ForeverDebugging
Published on 2010-03-15T10:30:46Z Indexed on 2010/03/15 10:39 UTC
Read the original article Hit count: 199

Filed under:
|
|
|

We seems to be abstracting a lot of logic way from web pages and creating "helper" classes. Sadly, these classes are all sounding the same, e.g

ADHelper, (Active Directory) AuthenicationHelper, SharePointHelper

Do other people have a large number of classes with this naming convention?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about naming