|
|
|
|
|
by thundergolfer
1797 days ago
|
|
The old version won't coexist when the change is contained within a single binary, which seems like it would be true in a bunch of cases. In our monorepo we have to treat database changes with care, like you mention, as well as HTTP client/server API changes, but a bunch of stuff can be refactored cleanly without concern for backwards compatibility. |
|