March 20, 2010
Day 1 - Ruby Conf India 2010. Content available at: http://blogs.sun.com/arungupta/entry/day_1_ruby_conf_india
More »
March 20, 2010
Do you execute ops in bulks or one by one?. Last bunch of the entries have been all about the code. Today let's try something different. Partly because at the time of writing I'm just 34 thousand feet above Atlantic and really don't feel like coding anything, but partly also bec...
More »
|
 |
Adam Bien: Are Naming Conventions Still Needed for Abstract Classes?
Java Champion Adam Bien recently asked "Are Naming Conventions Still Needed for Abstract Classes?":
In case you have trouble to find a unique name for an abstract class, you probably don't need it. Some reasons, why 'Abstract' doesn't have to appear as prefix in the name of an abstract class:
Abstract classes are already distinguishable by the keyword abstract. There is no need to further emphasize it.
A prefix 'Abstract' doesn't provide any additional value to the user - in contrary it blurs the actual intension.
Modern IDEs don't let you instantiate an abstract class, even before saving / compiling...
Date: September, 16 2009
Url: http://www.java.net/blog/editor/archive/2009/09/16/adam-bien-are-naming-conventions-still-needed-abstract-classes
Others News
Leave a Reply
Related
|