Difference between revisions of "Editors and IDEs/plugins-extensions/beautify"

From Adam Meola - wiki
Jump to navigation Jump to search
(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...")
 
(No difference)

Latest revision as of 17:49, 3 September 2020

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.