You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linting is way more important than you think it is.
There are great tools for linting node apps these days.
ESLint has a bunch of node specific rules that help you with things like error handling and the callback pattern.
You should also write custom rules and put them on NPM.
Your code will have less bugs and your team will fight less!
$$$
I've never given this talk before, but I've given other talks about linting before and would be happy to talk about this or static analysis in general. I think this is an under-discussed topic in the node community, so I'd love to be part of the program!
The text was updated successfully, but these errors were encountered:
I've never given this talk before, but I've given other talks about linting before and would be happy to talk about this or static analysis in general. I think this is an under-discussed topic in the node community, so I'd love to be part of the program!
The text was updated successfully, but these errors were encountered: