effective_use_of_c

use sotware tools

https://www.msweet.org/blog/2020-12-31-how-i-improve-my-c-code-quality.html

see c_resources

perf record a.out
perf report

take advantage of existing code and libraries

adopt coding conventions and stick to them

stick to c89 or c99

KISS

backlinks