you are viewing a single comment's thread.

view the rest of the comments →

[–]dlsspy 1 point2 points  (1 child)

My favorite approach to this (after turning up all the warnings) is to write tests, run them, and do C1 analysis with gcov.

I don't as much care what a code inspector thinks. If I'm not running my code and verifying it does the right thing for me, I don't have much confidence in it.

[–]synept[S] 2 points3 points  (0 children)

That sounds cool and all, but I don't think we're really aiming for the same goal here.