Maintaining Backwards Compatibility
Explore some techniques used for maintaining backwards compatibility.
Semantic versioning
It’s usually beneficial to version the API of an application since that makes it easier to compare versions of different nodes and applications of the system and determine which versions are compatible with each other or not. Semantic versioning is a very useful convention, where each version number consists of three digits X.Y.Z
.
Get hands-on with 1400+ tech skills courses.