7 ms·
I’ve heard this argument before but I don’t get it. It’s trivial to setup your code editor to format on save. Why do people not do that but rather complain abou
by bbu 11mo ago
I’ve heard this argument before but I don’t get it. It’s trivial to setup your code editor to format on save. Why do people not do that but rather complain about files linter checks on CI?
- 1718627440 11mo agoI don't think they were talking about formatting issues, since these tend to not change the behaviour of the code (outside of Python) so that you can't use the tests before addressing the linter issues.
- hinkley 11mo agoBiome can fail the lint process if there’s an extra new line. Or you shortened a line that it thinks shouldn’t be wrapped anymore, or you added an argument to a line that it thinks should. I hates it.
- hinkley 11mo agoIt’s trivial to set up my code editor to save to the format of six different GitHub repos? Do tell. One of them uses tabs. Fucking Richard.