Besides being lovers of WordPress you’re also probably a lover of a few other coding and scripting languages as well, one of which might be JavaScript.
It’s now such an essential piece of the web so how could you not?
You may already have a good way to test the quality of your code but if not then you may want to check out this detection tool which might be very useful:
JSHint is a simple tool to detect errors and problems in your code that also enforces coding conventions which you may or may not always obey.
Besides the fact that it’s open source (get it on GitHub) it’s also very much a community-driven service with a pretty passionate community around it:
JSHint is a community-driven tool to detect errors and potential problems in JavaScript code and to enforce your team’s coding conventions. We made JSHint very flexible so you can easily adjust it to your particular coding guidelines and the environment you expect your code to execute in.
Our goal is to help JavaScript developers write complex programs without worrying about typos and language gotchas.
They will even pay you to find issues in it! That’s kind of neat. The core team members are (some of which you already may know):
- Anton Kovalyov (@valueof)
- Wolfgang Kluge (blog)
- Josh Perez (@goatslacker)
- Brent Lintner (@brentlintner)
- Bernard Pratz (@guyzmo)
The current maintainer is Anton Kovalyov.
Sweet stuff.
3 Comments