Click here to Skip to main content
15,892,674 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: How many lines-of-code does a developer write (life time)? Pin
Mycroft Holmes25-Jul-19 11:30
professionalMycroft Holmes25-Jul-19 11:30 
GeneralRe: How many lines-of-code does a developer write (life time)? Pin
OriginalGriff25-Jul-19 19:13
mveOriginalGriff25-Jul-19 19:13 
GeneralRe: How many lines-of-code does a developer write (life time)? Pin
sasadler26-Jul-19 6:53
sasadler26-Jul-19 6:53 
JokeRe: How many lines-of-code does a developer write (life time)? PinPopular
Joan M24-Jul-19 23:33
professionalJoan M24-Jul-19 23:33 
GeneralRe: How many lines-of-code does a developer write (life time)? Pin
CPallini24-Jul-19 23:46
mveCPallini24-Jul-19 23:46 
GeneralRe: How many lines-of-code does a developer write (life time)? Pin
musefan24-Jul-19 23:59
musefan24-Jul-19 23:59 
GeneralRe: How many lines-of-code does a developer write (life time)? Pin
CPallini25-Jul-19 1:46
mveCPallini25-Jul-19 1:46 
GeneralRe: How many lines-of-code does a developer write (life time)? Pin
maze325-Jul-19 0:00
professionalmaze325-Jul-19 0:00 
What of the velocity of lines of code written over time.

Early on, you might write lots of lines of code. say 1000 lines. push to release.
sum = 1000

But 200 of which is bad. So rewrite those. RELEASE!
sum = 1200

Then you refactor. cutting out 400 lines. Release is now 600 lines. RELEASE!
sum = 1200 + 300 (not 400 as rewrote some multi lines as singular lines) = 1500

Project 2. Very Similar to Project 1. But know you know mistakes. And some extra feature. Same amount of time. 600 lines. RELEASE.
sum= 2100

Year 1. 1500 lines.
Year 2. 600 lines.

Then you build a library of reusable stubs, which you reuse.
Released lines of new code I would say goes down.
Maybe some increases when figuring out a new language.

Oh, but released lines of code would tend to increase. Because that library of support code you use to reduce the amount of new lines you need to write, will increase and bloated to cover the odd and weird corner cases it needs to satisfy.

GeneralRe: How many lines-of-code does a developer write (life time)? Pin
musefan25-Jul-19 0:07
musefan25-Jul-19 0:07 
GeneralRe: How many lines-of-code does a developer write (life time)? Pin
Maximilien25-Jul-19 0:15
Maximilien25-Jul-19 0:15 
GeneralRe: How many lines-of-code does a developer write (life time)? Pin
lopatir25-Jul-19 0:54
lopatir25-Jul-19 0:54 
GeneralRe: How many lines-of-code does a developer write (life time)? Pin
Richard Deeming25-Jul-19 1:23
mveRichard Deeming25-Jul-19 1:23 
GeneralRe: How many lines-of-code does a developer write (life time)? Pin
PeejayAdams25-Jul-19 1:30
PeejayAdams25-Jul-19 1:30 
GeneralRe: How many lines-of-code does a developer write (life time)? Pin
MarkTJohnson25-Jul-19 2:51
professionalMarkTJohnson25-Jul-19 2:51 
GeneralRe: How many lines-of-code does a developer write (life time)? Pin
PeejayAdams25-Jul-19 4:27
PeejayAdams25-Jul-19 4:27 
GeneralRe: How many lines-of-code does a developer write (life time)? Pin
  Forogar  25-Jul-19 3:58
professional  Forogar  25-Jul-19 3:58 
GeneralRe: How many lines-of-code does a developer write (life time)? Pin
Amarnath S25-Jul-19 3:10
professionalAmarnath S25-Jul-19 3:10 
GeneralRe: How many lines-of-code does a developer write (life time)? Pin
honey the codewitch25-Jul-19 3:12
mvahoney the codewitch25-Jul-19 3:12 
GeneralRe: How many lines-of-code does a developer write (life time)? Pin
honey the codewitch25-Jul-19 3:10
mvahoney the codewitch25-Jul-19 3:10 
GeneralRe: How many lines-of-code does a developer write (life time)? Pin
Slacker00725-Jul-19 3:16
professionalSlacker00725-Jul-19 3:16 
GeneralRe: How many lines-of-code does a developer write (life time)? Pin
kmoorevs25-Jul-19 4:54
kmoorevs25-Jul-19 4:54 
GeneralRe: How many lines-of-code does a developer write (life time)? Pin
kalberts25-Jul-19 5:06
kalberts25-Jul-19 5:06 
GeneralRe: How many lines-of-code does a developer write (life time)? Pin
Mike Hankey25-Jul-19 6:43
mveMike Hankey25-Jul-19 6:43 
GeneralRe: How many lines-of-code does a developer write (life time)? Pin
dandy7225-Jul-19 7:13
dandy7225-Jul-19 7:13 
GeneralRe: How many lines-of-code does a developer write (life time)? Pin
Rene Balvert25-Jul-19 22:09
Rene Balvert25-Jul-19 22:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.