On Oct 2, 7:29 pm, Angus <anguscom...@gmail.com> wrote:
> I know this is very much dependent on complexity etc but is there a
> standard benchmark number of lines of code that a reasonably
> experienced C++ programmer produces per day. I reckon on a good day I
> can knock out 200 lines. Is that good? Bad?
>
> Or is this benchmakr a bit of a waste of time?
>
> I know this is a bit of topic but I am genuinely interested. And no I
> am not a troll.
LOC is bollocks.
Debug-build object code size (given a specific CPU) can be meaningful,
but only after all testing (including integration) has been passed.
Habitual cut-and-pasters must be terminated with extreme prejudice.