On Thu, Oct 14, 2010 at 6:56 AM, Josh Berry <[email protected]> wrote:
> Your last line, though, I think really sums up my main qualm in all of > this. The simple fact of the matter is that Java is not a readable > language by default > I disagree. I read a lot of Java from various projects, all with different coding conventions, and these coding conventions are never an impediment to my reading for more than a couple of minutes. I think it's not so much about the formatting than it is about the language: it's just hard to write convoluted Java and from a language standpoint, there are usually not more than one way to do one thing. This makes Java immensely readable to me. -- Cédric -- 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.
