home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.mac.programmer
- Path: sparky!uunet!pageworks.com!world!eff!sol.ctr.columbia.edu!howland.reston.ans.net!spool.mu.edu!agate!apple!mumbo.apple.com!gallant.apple.com!NewsWatcher!user
- From: minow@apple.com (Martin Minow)
- Subject: Re: Fix a module or start fresh?
- Sender: news@gallant.apple.com
- Message-ID: <minow-260193072945@90.133.56.52>
- Date: Tue, 26 Jan 1993 15:31:35 GMT
- References: <1993Jan22.093623.128@taney.uscghq.uscg.mil>
- Organization: Macintosh Developer Services
- Followup-To: comp.sys.mac.programmer
- Lines: 15
-
- In article <1993Jan22.093623.128@taney.uscghq.uscg.mil>,
- lederman@taney.uscghq.uscg.mil asked about a rule of thumb
- as to how much code to replace before you throw out the
- original and rewrite from scratch.
-
- My rule of thumb is 25%, but I generally rewrite almost
- everything, if only to get all my source code into a
- consistent, coherent, format. I.e., I can always
- find if statements because they are always "if (",
- never "if(".
-
- Happy hacking.
-
- Martin Minow
- minow@apple.com
-