7 ms·
Where I work the formatter is the final arbiter of formatting code. If you don't like it, good luck justifying a change and you had better have really thought a
by bitexploder 10mo ago
Where I work the formatter is the final arbiter of formatting code. If you don't like it, good luck justifying a change and you had better have really thought about it and why your change is good, because thousands of engineers have tried and been defeated for one reason or another :)
- happymellon 10mo ago> Where I work the formatter is the final arbiter of formatting code. And I'm fine with that. Consistency is key for readability, code is read more than written, legacy code is code that people can't read anymore and want to start again, and most of the changes people want to make aren't standard making it harder for new team members to read the code. Install Black, Prettier, Spotless, and move on.
- bitexploder 10mo agoI like it too. It is reliable, predictable. Removes a common source of opinionated friction.