Live data from Hacker News

How to spark joy in your code reviewers

peterlunch.com

1–3 of 3 posts

Re: How to spark joy in your code reviewers

#3
post #2

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.

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.