Use the Right Tool for the Job, the advantages and limitations of JSLint


The advantages and limitations of JSLint: a blog about when to use JSLint.

JSLint is an excellent tool for catching coding errors, but the jury is out on whether or not it improves code quality. On the one hand, it helps people avoid programming pitfalls such as using eval. On the other hand, it enforces arbitrary rules such as requiring semicolons at the end of all statements (something that I personally dislike).

When JSLint is used in conjunction with unit tests and code reviews, it can be very useful. There are some cases where JSLint can help you find errors that might otherwise go unnoticed, but there are also times when JSLint will report false positives (e.g., when using Google Closure Library’s goog.exportSymbol function). In general I think it’s better to err on the side of caution and rely too heavily than just enough because if you rely too little then your codebase may become riddled with bugs that could have been prevented easily by simply running JSLint before committing changesets to version control software like Subversion or Git/GitHub.

JSLint is a tool that looks for problems in JavaScript programs. The problems it looks for are the things that make JavaScript hard to debug, or that might cause a program to behave like the programmer did not expect. It is written by Douglas Crockford, who found that the most effective way to improve his own programming style was to write programs that could be checked by a tool.

The advantages and limitations of JSLint should be understood before using it as part of your development process. This article discusses them with examples drawn from real-world use.

It is important to use the right tool for the job. JSLint attempts to identify several suboptimal coding patterns, which are sometimes useful but sometimes not. JSLint’s rules can be categorized in terms of their motivation:

1. Performance: will this code run slowly?

2. Reliability: might this code produce incorrect results?

3. Correctness: does this code conform to the style guide?

4. Security: could this code expose a security hole?

5. Readability: will another programmer be able to understand this code?

6. Maintainability: will you be able to change this code later?

7. Simplicity: are you doing too much work for no benefit?

JSLint, The JavaScript Code Quality Tool. This code quality tool was created by Douglas Crockford. It is a static code analysis tool used in software development for checking if JavaScript source code complies with coding rules. JSLint is limited to one way of developing JavaScript so it’s not suitable for every project. The advantages and limitations of using JSLint are the following:

1) It enforces patterns that avoid dangerous coding practices such as using eval() or with().

2) It can be used to enforce coding conventions within a development team.

3) It can be used to enforce coding standards that are set out in a style guide.

4) It allows only one way to do something (for example, it does not allow the use of switch when an if/else statement could be used). This can result in inefficient code that is less readable for developers who are not familiar with Douglas Crockford’s style guide. JSLint also doesn’t allow the use of certain functions such as parseInt() that should be supported by all browsers but aren’t (e.g., Internet Explorer 8).

5) Sometimes it just doesn’t make sense (e.g., when using jQuery and other libraries).

JSLint was created by Douglas Crockford. JSLint is a JavaScript program that looks for problems in JavaScript programs. It is a code quality tool.

The problem is that it can only process JavaScript text, which means that it cannot ahndle HTML, CSS, JSON and other web technologies. This means that if you have an application written in HTML, CSS and JavaScript then you have to use different tools to check the quality of each kind of file. This makes it harder to ensure that your application is free of errors.

It’s good to know about tools like this but I tend to think that they are only valuable if they can be integrated into your build process or unit tests.

I found this post while looking for something else and it made me think about the importance of choosing the right tool for the job.

There are many occasions when you want a tool to tell you that your code is wrong. You might want to check for typos, to ensure that all of the variables and functions in your program have been declared, to ensure that the program does not use any forbidden or unsafe features, or just to ensure that your code follows some particular coding convention.

JSLint is a good choice if you want to check for typos and variable declarations. JSLint is also a good choice if you want to enforce some particular coding convention.

However, I would argue that JSLint is almost never a good choice if you want to ensure that your program does not use any forbidden or unsafe features. The reason is simple: JSLint was never intended as such a tool and it doesn’t do it well.

JSLint is a popular JavaScript checker. It is used by developers of all experience levels, from novices to experts, although the more experienced a developer is, the more likely he or she is to find JSLint’s rules limiting and restrictive.

There are no rules. There are only tools and goals. When you use lint-like tools, your goal should be to reduce the number of errors in your program while writing as little code as possible. The tool will supply suggestions that you may adopt or reject based on your own experience and judgment. The best way to learn how to use lint-like tools is to read the literature produced by their creators, Doug Crockford and Mike Samuel respectively.

JSLint is especially useful for novices because it provides a rule set that will help them avoid making mistakes early in their careers when they are most likely to make them. But JSLint’s greatest value may come later, when the developer has learned enough about JavaScript to understand its limitations and has begun to acquire a personal preference for some of its more dangerous features.

JSLint was created by Douglas Crockford as a successor to DCLINT (the DECUS C LINT program) which was created in 1987 by


Leave a Reply

Your email address will not be published. Required fields are marked *