Comment on How do you balance rapid iteration and merging/upgrading?

<- View Parent
tatterdemalion@programming.dev ⁨1⁩ ⁨year⁩ ago

I’m not suggesting that my library is unversioned. It’s totally version controlled, and users can upgrade to whatever revision they want to pull in the changes. The changes I make upstream don’t affect anyone downstream until they decide to upgrade. It could even adhere to SemVer, but my problem remains: how to minimize rewriting user code? Is it better to have more small upgrades or fewer large upgrades? When is one strategy preferable to another?

source
Sort:hotnewtop