Forgot your password?
typodupeerror

Comment Re: Any Pretty Code Out There? (Score 2, Insightful) 658

As you note, the answer is mostly no. In my experience, it is the experienced people who are more likely to complain about code quality, as they can better recognize it and value it more. I just wrote an article about the need to make code more 'pretty': Why You Should Polish Your Code. One code base that has consistently impressed me is the Spring Application Framework, which is open source and written in Java (I'm primarily a Java developer). I've looked at other popular open source Java libraries and generally have not been impressed by their code quality, so I don't think that open source is any guarantee of prettier code.

Slashdot Top Deals

Life would be so much easier if we could just look at the source code. -- Dave Olson

Working...