Re: pointers and Windows debugging
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-01-07 01:11:13 CET
John Barstow <John_Barstow@gfsg.co.nz> writes:
> 1) Pointers are not initialized to NULL. This may not matter too much on
Not sure why you say this affects Windows more than Unix.
> 2) There are no asserts() or other debug-time checks of parameters. Maybe
Running programs under a memory checker like purify or valgrind will
> Is there a reason we don't do these things?
I object to needless initialisation, I believe it leads to more opaque
Even if needless initialisation is added, pointers that are no longer,
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Tue Jan 7 01:12:22 2003 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.