|
|
|
|
|
by esafak
61 days ago
|
|
When it comes to open source software I would: 1. Modularize the code to allow plugins so users can start using them immediately, and you can vet them at your own pace.
2. Make tests robust and easy to run (one command to run, at most one to setup) so you don't have to pore over their code to have some confidence that it works. |
|
Actual Budget uses this well and merges PRs much faster, because they have the "it's experimental" to hide behind.