5 ms·
How to spark joy in your code reviewers
- twelve40 4y agobut... 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.
- conartist 4y agoIt 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.