This one is for the rising Javascript coders and webpage develeopers.
While most of us is bound to have a IDE at hand to help us in sorting through the multitude of errors and warnings bound to turn up in any script, small and large, there is still a vast amount of programmers who code in notepad. They get pretty much no help on detecting errors in their program.
This is were http://www.jshint.com/ comes in.
This user friendly tool detects every error in your code with the efficiency and accuracy of any professional IDE. In fact, even if you have an IDE, you may still want to use this because of it's easy and friendly interface.
In fact, there is no interface. All you do is paste your code on the left, and the errors are shown immediately on the right side.
It also shows a few useful metrics that can't be seen on most IDEs.
Once you load this page, there is no need of the internet again. The page can process your code and display the errors offline as well.
As a result, this is something all devs should know, and use.
While most of us is bound to have a IDE at hand to help us in sorting through the multitude of errors and warnings bound to turn up in any script, small and large, there is still a vast amount of programmers who code in notepad. They get pretty much no help on detecting errors in their program.
This is were http://www.jshint.com/ comes in.
This user friendly tool detects every error in your code with the efficiency and accuracy of any professional IDE. In fact, even if you have an IDE, you may still want to use this because of it's easy and friendly interface.
In fact, there is no interface. All you do is paste your code on the left, and the errors are shown immediately on the right side.
It also shows a few useful metrics that can't be seen on most IDEs.
Once you load this page, there is no need of the internet again. The page can process your code and display the errors offline as well.
As a result, this is something all devs should know, and use.
No comments:
Post a Comment