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

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

I also do SemVer-compliant releases. Backporting fixes is possible.

It doesn’t change the fact that there are large breaking changes between versions. The only users of my library are within the same company, and we have all of the convenience of planning out the changes together.

The challenge arises from developers doing large amounts of R&D on separate but coupled libraries. My library happens to be a very central dependency.

source
Sort:hotnewtop