On Tue, May 3, 2011 at 10:40 AM, Casper Bang <[email protected]> wrote:
> I used to use underscore in Java code, but got > converted and aligned over the years by the conservative Java > community. > I thought using the underscore was more conservative than not using it. In JavaScript, the underscore is often used to indicate private members, when you're feeling too lazy to implement function scopes. Moandji -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
