Hacker News new | ask | show | jobs
by twelve40 1535 days ago
but... to avoid linter-level comments, maybe just run it through a linter? Stuff like console logs shouldn't be on a human checklist, it should be a very trivial linter rule that fails the build.
1 comments

It was more when I was as a junior I was disabling the eslint rule on that line for console logs. I get your point though and you're right, thanks for reading.