The Source for Java Technology Collaboration
User: Password:
Register | Login help    

Search

Online Books:
java.net on MarkMail:


Naming abstract classes

Posted by staufferjames on December 18, 2007 at 8:02 AM PST

Normally I see abstract classes named as AbstractClass. But when there are many abstract classes that requires typing at least AbstractC when using code completion. Therefore I suggest that abstract classes be named ClassAbstract so that code completion is more usable. "Abstract" is a modifier on the class name anyway and it doesn't need to be in the primary position. What do you think?

I know this isn't a huge deal -- I am just suggesting it as a minor improvement.

Related Topics >> Patterns      
Comments
Comments are listed in date ascending order (oldest first)