On Sat, 22 Mar 2008 18:33:03 -0700, Keith Thompson wrote:
> CBFalconer <> writes:
>> Harald van D?k wrote:
>> ... snip ...
>>>
>>> No. jacob gave the source code size because he was directly asked for
>>> the source code size. santosh asked: "What would be the size of
>>> download of the full sources for lcc-win32?" jacob could have answered
>>> with "There is no download of the full sources for lcc-win32, you
>>> can't ask for the size of something that doesn't exist!!", but that
>>> would have been unhelpful and annoying. Instead, he answered santosh's
>>> question. I don't see why you're reading any more into it.
>>
>> Because, in an earlier message, Jacob specifically brought up the
>> subject of the source code and its size. It doesn't really matter,
>> since I assume it to be meaningless, because not available.
>
> It seem to me that source code size is a perfectly valid (though
> imprecise) metric for the complexity and maintainability of a piece of
> softwre, whether the source code is available or not.
Rather depends on the coding style of the developer, no?
Given the same problem, one developer may produce a small program, say
20-30 lines, while another produces 200-300 lines. Which is more
maintainable? No way to tell without seeing; the 200+ line program may
be excessively bloated, or the 20+ line program may be unmaintainably
terse. Or both, or neither.