|
|
|
|
|
by xyzzy_plugh
132 days ago
|
|
Another commenter is currently down voted for something similar, but I'll share my controversial take anyways: I hate pre-commit hooks. I loathe UX flows where you get turned around. If I try to make a commit, it's because that I what I intend to do. I don't want to receive surprise errors. It's just more magic, more implicit behavior. Give me explicit tooling. If you want to use pre-commit hooks, great! You do you. But don't force them on me, as so many projects do these days. |
|
Now, if the server enforces checks on push, that's a project policy that should be respected.