- cross-posted to:
- programmerhumor@lemmy.ml
- cross-posted to:
- programmerhumor@lemmy.ml
You must log in or register to comment.
if (error) { continue; }
try { operation(); } catch { // nice weather, eh? }
☑️ PR Approved
Warnings? We’ll come back and address those later. Maybe once we’re feature complete. Or maybe shortly after that.
If I can’t see it, is it really there?
Eh it’s Javascript. Anything goes
this is fucking gold
If it works, it works
I would add: until it doesn’t.
Meanwhile in another universe one of my biggest win was to introduce this line in our PR validation pipeline.
eslint . --max-warnings 0
Works so well, and soothes the warning annoyance brain, and keeps warnings from eventually becoming errors.
Warnings are for ignorings :3
If it wanted to get my attention it should have been an error