mastodon

Had access to review some code superficially, the code was readable but damn, the lines of code difference for a similar application I ma…

A murb'ed feed, posted about one month ago filed in ruby & js.

Had access to review some code superficially, the code was readable but damn, the lines of code difference for a similar application I made in #ruby vs a TS/ #JS based one with back-end / front-end separation for no apparent reason:

15.343 lines (ruby, html, scss, js) vs 74.983 lines of code (js, typescript, graphql)

cloc'ed using: `$ cloc --exclude-dir node_modules,public,vendor,tmp,builds,coverage,examples --exclude-list-file package-lock.json .`

Go to the original link.