From: John Dalbey <jda...@falcon.csc.calpoly.edu>
Subject: Re: Question concerning line counts...
To: novo...@yahoo.com (Jim Strange)
Date: Wed, 28 May 2008 20:37:54 -0700 (PDT)
>
> My team and I are wondering how the line count is generated. In other words, if I remove 5 lines of code and add 3 lines, does that mean that I could add 2 lines of code to break even? Or does it register as 3 lines inputted and the 5 removed lines are ignored?
>
>
Yes, the latter.
Lines of pre-existing code that you remove do not effect the count.
--Mr. Dalbey
Jim Strange wrote:
> What about lines that you might have added for Stage 1? If you remove 5
> lines from code that you submitted in Stage 1, does the latter still apply?
>
Yes. Lines removed are ignored.
--Mr. Dalbey