|
|
|
|
|
by terrortrain
1553 days ago
|
|
I implemented a policy of "loom video, for all PR", at my last company. Every video should include: an explanation of the problem, a walkthrough of the patch, a recording of the result. PRs never sat long, because the willpower it took to understand the problem, the solution, and how to replicate/test manually (if you feel that necessary) was drastically reduced. It shifts the burden of extra work to the requestor, who has motivation to get things merged. Additionally, git blame became infinitely more useful. |
|