There are very many various classes, methods and fields with names, containing underscores in the official org.omg namespace (see org.omg.PortableInterceptor.IORInterceptor_3_0Operations for instance). Hence we must use them anyway. I am not sure if the underscores are really bad for separating prefix from the main name component.

Audrius

Chris Burdess wrote:

Meskauskas Audrius wrote:
 /**
  * The attribute name.
  */
 final String m_name;

 /**
  * The attribute value.
  */
 final Object m_value;

Do we really need all this "m_*" Hungarian notation business? We don't use
this form (or indeed underscores at all) anywhere else in Classpath.



_______________________________________________
Classpath-patches mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to