Java source code can contain any Unicode character, so I can imagine there are even stranger looking characters in Java source, especially outside the US.
David Jordan Object Identity, Inc. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of DAVID WHITEMAN Sent: Monday, May 09, 2005 10:27 AM To: [email protected] Subject: Re: [Juglist] Variables starting with underscore Only compelling use of underscores in field names that I've seen, is to make sure someone doesn't accidentally access a field directly and instead uses the accessor methods. But I do think it looks ugly. David -- David Whiteman mailto:[EMAIL PROTECTED] _______________________________________________ Juglist mailing list [email protected] http://trijug.org/mailman/listinfo/juglist_trijug.org _______________________________________________ Juglist mailing list [email protected] http://trijug.org/mailman/listinfo/juglist_trijug.org
