[fpc-pascal] Competitive advantage in showing proof of correctness

mm m2 at ellipsa.net
Tue Aug 14 23:05:33 CEST 2007


James Smith a écrit :
> Well, I know programmers who turn off range checking and let exceptions 
> fall through empty exception blocks. They don't work with me on 
> projects.

Though it is sometimes the best way of doing. It is sometimes better
to check ranges explicitly (where it is needed to do so) rather than
to let the compiler set checks everywhere.

mm




More information about the fpc-pascal mailing list