Is there an open-source project that can be an example of well-written code?

Posted by Renato Dinhani Conceição on Programmers See other posts from Programmers or by Renato Dinhani Conceição
Published on 2011-11-24T19:24:17Z Indexed on 2011/11/25 2:16 UTC
Read the original article Hit count: 307

The title express my intention. I want to see the code of a big project that can be considered a good example of good code writing (clean code, modularization, comments, etc.)

I don't want to know if the tool is good or not, but only how the code IS.

There is some project that can be used as example?

I'm asking this because must great projects have their flaws, some pieces or entire code that appears to be writing to a new person presented to system development (I think that maybe everyone do this in some part of their projects).

© Programmers or respective owner

Related posts about open-source

Related posts about code-reviews