We cover the importance of using gcc as a linter tool to find and prevent bad code. We cover why it is good to use the -Wall flag with gcc.
0:00 Linters
0:10 Introduction
1:35 Demo
5:20 Code smells
Another useful flag is -Wextra which turns on even more warnings. If you really want to force yourself to fix such warnings you can force all warnings to become errors using -Werror