Path: utzoo!dciem!nrcaer!sce!greg From: greg@sce.carleton.ca (Greg Franks) Newsgroups: comp.lang.c Subject: Re: 1000 lines of C a week? Message-ID: <623@sce.carleton.ca> Date: 15 Jun 89 18:02:08 GMT References: <18783@vax5.CIT.CORNELL.EDU> <7800012@gistdev> Reply-To: greg@sce.UUCP (Greg Franks) Organization: Systems Eng., Carleton Univ., Ottawa, Canada Lines: 23 In article <7800012@gistdev> flint@gistdev.UUCP writes: >...I have seen programmers >with a "we need something like this routine in 10 places, but it has to >be slightly different in each, so we'll copy it into all 10 places and modify >one line" mentality that really crank code out. At a former employer, we called the same sort of operation "case and paste". Eg. "Well, this new feature is almost the same as all of the others but does this thing a little differently. No problem..."