Is there a naming convention for classes that are almost the same as
ones in the standard library? For example, a class that's a
DataInputStream except with an added method to read strings over 64K?
ModifiedDataInputStream and DataInputStreamWithLongStrings seem
excessively ugly.

Signature
"Always look on the bright side of life."
To reply by email, replace no.spam with my last name.
Thomas Weidenfeller - 22 Nov 2006 11:56 GMT
> Is there a naming convention for classes that are almost the same as
> ones in the standard library? For example, a class that's a
> DataInputStream except with an added method to read strings over 64K?
> ModifiedDataInputStream and DataInputStreamWithLongStrings seem
> excessively ugly.
Another very ugly, but common naming schema is "My<something>". :-(
In the above case I would maybe call the class DataInputStream64k or
Data64InputStream.
/Thomas

Signature
The comp.lang.java.gui FAQ:
http://gd.tuwien.ac.at/faqs/faqs-hierarchy/comp/comp.lang.java.gui/
ftp://ftp.cs.uu.nl/pub/NEWS.ANSWERS/computer-lang/java/gui/faq