From: Jim Starkey Date: March 24 2009 9:44pm Subject: Re: Falcon Coding Style -- The Theory List-Archive: http://lists.mysql.com/falcon/641 Message-Id: <49C9543C.5070805@nimbusdb.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Vladislav Vaintroub wrote: > Studying recent pushes.. > > - ASSERT(transState != NULL); > + //ASSERT(transState != NULL); > > 8. Never delete code, comment out ;) > > > Gosh, Vlad, I do that because I make a lot of mistakes, and when something blows up in my face, knowing exactly what I'd screwed up is very time consuming. Part of regular edit pass to delete detritus like that. People who make fewer mistakes than I do don't need to do things like that. -- Jim Starkey President, NimbusDB, Inc. 978 526-1376