6 ms·
> People who stress over code style, linting rules, or other minutia are insane weirdos Stressing over these things is certainly a Sisyphean task. However, in
by j-scott 2y ago
> People who stress over code style, linting rules, or other minutia are insane weirdos
Stressing over these things is certainly a Sisyphean task.
However, investing in automating and standardizing the application of these things every time a new repo is created eliminates an entire class of problems and saves you all sorts of trouble down the road.
- woooooo 2y agoPrimarily it's protecting yourself from those weirdos by pre-empting them, though.
- jweir 2y agoEveryone uses the same formatter & options (which really should have no options, but that ins't the reality for most languages). The formatter rules - move on.
- meaydinli 2y agoI am one of those weirdos that like to work on "un-sexy" things behind the scenes which hopefully makes the life of my colleagues a bit better with every attempt. I don't think it is necessary for small teams, and may even be considered a waste of time, but once a team is sufficiently big and spread out, I think a few people working in the background, keeping watch of things, cleaning up after people, proactively improving stuff, creating and enforcing rules and standards is very beneficial and necessary for a team's next growth spurt.