must have tools for better quality code
- by leon
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.