Re: Compulsive use of With



"Maël Hörz" <none@xxxxxxxxxxxx> wrote in message
news:47a20101@xxxxxxxxxxxxxxxxxxxxxxxxx
Lets face it, no programmer is happy with the previous programmers code
to some degree. The impulse is to rewrite. I'm supervising someone who
is very similar to me in style, she likes to rewrite my code, and I have
to tell her not too. She says it's so she can 'understand' it.
Always nicer to maintain code that works than code that doesn't.

Rewriting code really can help to understand it [SNIP]

That's fine - just don't check it in, unless you're willing to run all the
regression tests yourself or get your ass kicked by QA. :)

This article contains a few convincing arguments:
http://www.joelonsoftware.com/articles/fog0000000069.html

--
Ray Marron


.



Relevant Pages

  • Re: Compulsive use of With
    ... Oliver Townshend wrote: ... The impulse is to rewrite. ... I'm supervising ...
    (borland.public.delphi.non-technical)
  • Re: Compulsive use of With
    ... Ray Marron schrieb: ... The impulse is to rewrite. ... I'm supervising someone who is very similar to me in style, she likes to rewrite my code, and I have to tell her not too. ...
    (borland.public.delphi.non-technical)
  • Re: Compulsive use of With
    ... I'm supervising someone who is very similar to me in style, she likes to rewrite my code, and I have to tell her not too. ... For example large frameworks like the VCL, Qt, Boost or the STL are mostly cleanly designed albeit they use different paradigms they usually keep that paradigm throughout the framework. ...
    (borland.public.delphi.non-technical)