On Sat, Apr 21, 2012 at 06:26:52PM +0200, Andrej Mitrovic wrote: > On 4/21/12, H. S. Teoh <hst...@quickfur.ath.cx> wrote: > > It would be a major pain if every single time you need to > > temporarily suppress a section of code, you also have to hunt down > > every last stray variable that's now no longer referenced in the > > function and comment them out as well. > > Next thing you know the compiler will start warning me when I indent > my code with uneven number of spaces!
And dlang.org gets mysteriously renamed to python4.org ... :-P T -- Programming is not just an act of telling a computer what to do: it is also an act of telling other programmers what you wished the computer to do. Both are important, and the latter deserves care. -- Andrew Morton