must have tools for better quality code

Posted by leon on Stack Overflow See other posts from Stack Overflow or by leon
Published on 2010-04-16T14:48:58Z Indexed on 2010/04/16 14:53 UTC
Read the original article Hit count: 233

I just started my real development career and I want to know what set of tools/strategy that the community is using to write better quality code.

To start, I use

astyle to format my code
doxygen to document my code
gcc -Wall -Wextra -pedantic and clang -Wall -Wextra -pedantic to check all warnings

What tools/strategy do you use to write better code? This question is open to all language and all platform.

© Stack Overflow or respective owner

Related posts about tools

Related posts about best-practices