Editors and IDEs/plugins-extensions/beautify

From Adam Meola - wiki
< Editors and IDEs‎ | plugins-extensions
Revision as of 17:49, 3 September 2020 by Adam (talk | contribs) (Created page with "== Beautify== For beautifiers, I have 2 simple recommendations: : 1) use one : 2) use one that integrates with your IDE or CI process. I don't recommend any plugin or CI t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Beautify

For beautifiers, I have 2 simple recommendations:

1) use one
2) use one that integrates with your IDE or CI process.


I don't recommend any plugin or CI tooling in particular, as they have varying success with different languages.

Search your chosen ecosystem to "beatify" whatever language(s) you're using.


In any language where white space is not part of the syntax, the white space in your code is at the risk of becoming illegible.

Luckily, much of our formatting problems can be solved procedurally, and the community has provided us with the tools to do it automatically.