Hacker News new | ask | show | jobs
by gmueckl 2939 days ago
Number of characters is a meaningless metric because it depends on identifier lengths, which can be very different between coding styles. A much fairer metric would therefor be the number of lexer tokens in my opinion.
1 comments

Number of "words of code"?
I guess you could call it that.