|
From: Dimitri Papadopoulos-O. <pap...@sh...> - 2003-10-30 16:01:06
|
Hi, > But maybe that is ok. Good programmers free all their memory > before program exit. The only programmers who will suffer from > the added time will be the lazy ones. (Or more likely, the poor > souls who have to maintain lazy programmers' legacies.) Sometimes good programers do not free all the memory before program exit, for efficiency reasons. Well, of course one could argue that memory should always be released, and relevant code #ifdef'ed out when needed. Anyway, I don't think it's wise to classify programers as "good" and "lazy" based on this single criterion. -- Dimitri |