Hacker News new | ask | show | jobs
by whatshisface 2317 days ago
This issue can easily be fixed by switching from delta LOC to the size of the git diff (number of lines changed). The big problem with this strategy is the huge difference between 10 lines of carefully engineered algorithm code and 10,000 lines of blah API calls and boilerplate. I can write API calls and boilerplate as fast as I can type.
1 comments

> I can write API calls and boilerplate as fast as I can type.

I can write boilerplate much much faster than I can type, either I or the community have scripted that shit :D

I'm sure any shop that counted diff lines would ban editor boilerplate macros due to them being cheating. ;)