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

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

I don’t understand. If you are able to upgrade by just passing a new version number to an API, then the API signature hasn’t really changed enough to necessitate any changes on behalf of the user, right? Like, the API function signature hasn’t changed?

The kinds of rapid iteration I’m talking about might involve completely removing APIs and making large breaking changes to the API surface itself, requiring user code to be rewritten to some degree.

source
Sort:hotnewtop