Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why You Should Lint Your JavaScript #55

Open
xjamundx opened this issue Jun 25, 2015 · 0 comments
Open

Why You Should Lint Your JavaScript #55

xjamundx opened this issue Jun 25, 2015 · 0 comments

Comments

@xjamundx
Copy link

  1. Linting is way more important than you think it is.
  2. There are great tools for linting node apps these days.
  3. ESLint has a bunch of node specific rules that help you with things like error handling and the callback pattern.
  4. You should also write custom rules and put them on NPM.
  5. Your code will have less bugs and your team will fight less!
  6. $$$

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant