Re: The Problem with Programming



Vladimir Grigoriev wrote:


I write a lot of C#, so I am used to C style code.
The point, my point, as well as some other's point, is that experience
has shown where bugs breed.

Note: This never ever happen where with competent programmers <g>, but
for others like me, it is a way to eliminate some bugs.

While I myself still do not write
if (b == true), I still write if (b), I now enclose single line code in
brackets or begin..end pairs, if I can save some hours tracing a bug,
it is worth it.


--
Ingvar Nilsen
http://www.ingvarius.com
.