|
|
|
|
|
by eredengrin
1592 days ago
|
|
> Bikesheding, yes. Hours lost in meeting, chat debates, documentation to write, linting configuration Sounds like a team problem, I've been on plenty of teams that use clang-format for c/c++ and there have never been any issues like this. Team players know that (almost all) arguing over formatting is not a good use of time. (edit: in case not clear, clang-format is extremely configurable. Set a default config and live with it forever, that's how those teams work.) > Black took the road of gofmt: you can't chose. And it won because of that: it saved people time and energy. I don't see how this follows, if a team was dysfunctional enough to be wasting hours and hours of time before, I can't imagine why that wouldn't continue. It just shifts from "let's change this flag in yapf" to "let's switch to yapf because black looks ugly and gives us no options". |
|
You had a good team. I had a great mum. Some people have great doctors.
> It just shifts from "let's change this flag in yapf" to "let's switch to yapf because black looks ugly and gives us no options".
If the practice doesn't match the theory, I'd rather trust the practice.