Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uwm.edu!csd4.csd.uwm.edu!markh From: markh@csd4.csd.uwm.edu (Mark William Hopkins) Newsgroups: comp.lang.c Subject: Re: When do you use "if ( a = b )"? Message-ID: <10700@uwm.edu> Date: 2 Apr 91 21:34:08 GMT References: <1991Mar30.155003.5775@cc.helsinki.fi> <10654@uwm.edu> <1991Apr2.122448.5798@cc.helsinki.fi> Sender: news@uwm.edu Organization: University of Wisconsin - Milwaukee Lines: 13 In article <1991Apr2.122448.5798@cc.helsinki.fi> wirzenius@cc.helsinki.fi (Lars Wirzenius) writes: >In article <10654@uwm.edu>, markh@csd4.csd.uwm.edu (Mark William Hopkins) writes: >> [about converting syntax-changing macros into cleartext] >> I use my own scanner-based program to alter variable names and macros in other >> peoples' source all the time. It's nothing. > >It's unnecessary, nonproductive extra work. That's the whole point. Not when that and other processes of change leave a permanent imprint of the entire source on you, thus causing you to unwittingly memorize the whole thing and know every little nook and cranny of its structure and functioning. Unproductive indeed...