|
|
|
|
|
by ravenstine
775 days ago
|
|
There's formatting, and there's linting. But my issue with formatting, while great most of the time, is that sometimes I want to violate it, and tooling around automatic formatting and format validation is usually installed with the intention that it is 100% correct all the time. Sorry, but as a senior programmer, sometimes it really should be up to me to decide whether code belongs on a single line, and I don't want to fight against automatic formatting or the CI pipeline throwing a hissy fit when I desire that discretion. |
|
Being a senior eng isn't about always knowing what's right, it's about knowing how to keep the team moving efficiently.