|
|
|
|
|
by jitans
3023 days ago
|
|
how stupid is to measure code in terms of lines? Make all that a library then you can claim: A static site generator in only 3 lines of Python Measuring lines of codes is completely wrong. See the Scala trend were people race to find the shortest way to express something generating hard to understand code.
1) Code has to be written to be maintenable.
2) Code has to be written to be read by your coworkers.
3) The bottleneck while coding is not the keyboard. |
|