NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
better than #ifdef (Score:1)
I have a co-worker who always changes the code that he fixes by wrapping it in #ifdef tags, like
#ifdef _BUGS_
...old broken code
#else
...new working code
#endif
This drives me crazy, but he won't change, and no one here with authority wants to enforce anything against, this, so I just take them out when I get a chance to work on the affected files.
Re:better than #ifdef (Score:2)
It'll drive him nuts for hours.
Reply to This
Parent