13
How to enforce coding styles across a team
(gomakethings.com)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
You'd be surprised what you can accomplish purely through a robust PR review process and a clear standards document.
That said, tools to enforce and autocorrect basic syntax stuff can be quite helpful.
Absolutely but it can reduce a lot of work if as many things as possible are enforced before you get to that stage.