Some esoteric versioning schemes (monotonic moronity)
Computer Science shitpost software · 11 comments · 900 words · Viewed ~653 times

Since time immemorial, software has had version numbers. A developer releases V1 of their product. Some time later, they add new features or fix bugs, and release the next version. What should that next version be called? Modern software broadly bifurcates into two competing standards; SemVer and CalVer. SemVer Semantic Versioning is usually in the form 1.2.3, the last digit is usually for…
Continue reading →