|
|
|
|
|
by Terretta
1300 days ago
|
|
First two of these examples may be on the religious or yak shaving end of debates, where the best practice is probably not an absolute. 1. There are code bases and PRs where coalescing many small changes into one "this changes how we do this" commit is encouraged when it's a semvar level change requiring coordinated edits to keep working, rather than a purely iterative change. 2. Most research shows universal unit test coverage is lower ROI than judicious coverage of intefaces and risks. If many of your discussions fall in this zone, it's possible you, yourself, may be taking guidelines as too black and white. Meanwhile ... 3. That one is just bad. |
|
I have very mixed feelings about this. On the one hand, I’m no fan of following process for the sake of it.
On the other, the way to address policies that need an update is to sit down with the lead/manager and propose changes with evidence as to why.
Deciding to just do things your way and then arguing about it is not the way.