What's your opinion on Splint and the likes? Should you use it, and how far should you go?
My current program passes splint -weak with just a few adjustments, most of them including type casts. I'm under the impression that explicit type casts is something to avoid, and am therefore wondering about the usage and relevance of this type of tools.
I'm compiling with -ansi -pedantic -Wall -W, by the way.
Thanks!
-tretton



LinkBack URL
About LinkBacks


