lint

Beginner 💻 Tech / IT

Definition

A tool that analyzes code for potential errors, style violations, and suspicious constructs without executing it. Named after the tiny annoying bits of fluff on clothing, because code issues are equally annoying and everywhere.

Example Usage

The linter is complaining about 47 style violations—we should probably fix them before the code review.

Origin

Original 'lint' tool created by Stephen C. Johnson at Bell Labs in 1978 for C programming

Fun Fact

Johnson named it 'lint' after the tiny fabric fibers because both are small, annoying, and get everywhere—though modern linters helpfully autofix issues instead of just pointing and laughing.

Source: Static code analysis and code quality tools

Related Terms