Science, asked by kanchan47, 1 year ago

what are linters what are they used for

Answers

Answered by vidya43
11






Viscose fiber is a type of artificial cellulose fiber made of such raw materials as wood, bamboo and cotton linters, mainly used in the textile industry. ... Linters are short fibers that remain on the cottonseed after the ginning process removes the longer staples.

A linter or lint refers to tools that analyze source code to flag programming errors, bugs, stylistic errors, and suspicious constructs. The term is originated from a Unix utility that examined C language source code.It is a program that supports linting (verifying code quality). They are available for most languages like JavaScript, CSS, HTML, Python, etc.. Running a Lint program over your source code, helps to ensure that source code is legible, readable, less polluted and easier to maintain.




Answered by agrippa
3

Linters

Explanation:

  • Linters are the tools that finds suspicious code or bugs in the computer programmes and flags them.  
  • Java Script linters inspect and parse the source code, structure and syntax of the source code are analysed.  
  • If a code is found to be violating the rules defined by the lintern, a warning is displayed.  
  • The warning tells that the part of code can lead to unexpected behaviour.  
  • Using linting tools held to enhance the quality of your code and reduce costs by finding errors.

Learn more:

What is compiler and different types of compiler in compiler design?

https://brainly.in/question/5263681

Similar questions