Click here to Skip to main content
15,896,207 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
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 
GeneralRe: How many lines-of-code does a developer write (life time)? Pin
dshillito25-Jul-19 23:54
dshillito25-Jul-19 23:54 
GeneralRe: How many lines-of-code does a developer write (life time)? Pin
Member 1181677626-Jul-19 0:07
Member 1181677626-Jul-19 0:07 
All of these different methods are simply a volume metric and are roughly correlated. But, consider that for a blank link you have to hit the enter key. For a comment, you actually have to type it. For code you also have to type it. For both code and comments you have to think about it and since the comments are about the code, that is relevant. Documentation outside of code also counts in the same way, but probably stripping off the formatting is reasonable. So, simply take the size in bytes of all of the source files. Perhaps it would be worth while to compress each one and then total the size. That would tend to reduce the effect of spaces / tabs and repeated variable names and the length of variable names. Compressing everything together would result in too much reduction in size due to similarities across programs that don't really reflect much.

I have found that, in practice, a simple volume metric is a very good predictor of performance and and time required to complete a project.
GeneralRe: How many lines-of-code does a developer write (life time)? Pin
kalberts26-Jul-19 2:18
kalberts26-Jul-19 2:18 
GeneralRe: How many lines-of-code does a developer write (life time)? Pin
Slow Eddie26-Jul-19 2:41
professionalSlow Eddie26-Jul-19 2:41 
GeneralRe: How many lines-of-code does a developer write (life time)? Pin
Mike (Prof. Chuck)26-Jul-19 3:10
professionalMike (Prof. Chuck)26-Jul-19 3:10 
GeneralRe: How many lines-of-code does a developer write (life time)? Pin
Slow Eddie26-Jul-19 3:27
professionalSlow Eddie26-Jul-19 3:27 
GeneralRe: How many lines-of-code does a developer write (life time)? Pin
Mike (Prof. Chuck)26-Jul-19 4:09
professionalMike (Prof. Chuck)26-Jul-19 4:09 
GeneralRe: How many lines-of-code does a developer write (life time)? Pin
Slow Eddie26-Jul-19 4:51
professionalSlow Eddie26-Jul-19 4:51 
GeneralRe: How many lines-of-code does a developer write (life time)? Pin
Gerry Schmitz26-Jul-19 12:48
mveGerry Schmitz26-Jul-19 12:48 
GeneralRe: How many lines-of-code does a developer write (life time)? Pin
Member 1293859026-Jul-19 15:13
Member 1293859026-Jul-19 15:13 
GeneralCCC Pin
pkfox24-Jul-19 21:57
professionalpkfox24-Jul-19 21:57 
GeneralRe: CCC Pin
OriginalGriff24-Jul-19 22:14
mveOriginalGriff24-Jul-19 22:14 
GeneralRe: CCC Pin
pkfox24-Jul-19 22:46
professionalpkfox24-Jul-19 22:46 
GeneralRe: CCC Pin
PeejayAdams24-Jul-19 23:03
PeejayAdams24-Jul-19 23:03 
GeneralRe: CCC Pin
pkfox24-Jul-19 23:10
professionalpkfox24-Jul-19 23:10 
GeneralJust because... Pin
the goat in your machine24-Jul-19 19:11
the goat in your machine24-Jul-19 19:11 
GeneralRe: Just because... Pin
OriginalGriff24-Jul-19 19:22
mveOriginalGriff24-Jul-19 19:22 
GeneralRe: Just because... Pin
the goat in your machine24-Jul-19 19:57
the goat in your machine24-Jul-19 19:57 
GeneralRe: Just because... Pin
OriginalGriff24-Jul-19 20:05
mveOriginalGriff24-Jul-19 20:05 

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.