A cartoon caveman

Lint your Code

(code for this section)

Linting is just having tools look for common mistakes and reporting if they find any.

Whereas we automatically format our code to avoid fights, we lint our code to make sure that needed fights are had.

→ Run Tests.

← Format your Code.