|
|
|
|
|
by bacongobbler
1974 days ago
|
|
To be fair, simple one-liner changes can be just as impactful as an entire package rewrite. I've reviewed a few one-liners that seemed innocent at the time, but had massive impact downstream. As the project and the userbase grows, small conditional changes can be the most difficult to test because they require a very specific setup to test and verify. Often times the only person that can reproduce the issue is the person submitting the PR. |
|