|
|
|
|
|
by makerdiety
775 days ago
|
|
> Most places I've worked in the last 6 or so years are obsessed with tooling and add so many lint rules that it's often impossible to merge your pull request if you decide to format your code in a way that violates the rules in some trivial way. Shouldn't all the lines of code uploaded in a pull request be automatically formatted into the coding style preferred by the reviewer anyway? It should be like an automatic translation done by some bot or something. |
|
It could obviously be done, but involves a yak shave that isn’t clear that it brings enough value to be worthwhile.