DEV Community

Discussion on: 5 things I wish I knew before starting serious development (a journey into code perfection)

Collapse
 
dcichorski profile image
Dariusz Cichorski

Great point! There are also other tools worth mentioning, e.g. if you use JavaScript/TypeScript there's a powerful combo of ESLint and Prettier that helps you respecting formatting rules and code style in general. Moreover, it's also able to reformat your code according to those rules, just like the tool you've mentioned.