K
Kelsey Bjarnason
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.