A cartoon caveman

Format your code

(code for this section)

When software is worked on by more than one person, disagreements on how that software is built will arise. This is normal, but one must take care to not let unproductive disagreements dominate their time.

How code is formatted is a common source unproductive disagreements. As such, leaving that to automated tooling can be a good idea.

→ Lint your Code.

← Render HTML.