What is Linting?

Linting is a process of running a program to analyse your code for potential syntax errors. lint was the name originally given to a particular program that flagged some suspicious and non-portable constructs (likely to be bugs) in C language source code. The term is now applied generically to tools that flag suspicious usage in software written … Read more