Year-based version numbers are pretty neat IMO, particularly for applications. Not only can you quickly estimate how up-to-date any particular application is, it also avoids the version number racing problem between competing applications, because some people equate lower version numbers with a less developed application.
For programming libraries though semantic versioning is still the good ol’ reliable.
Year-based version numbers are pretty neat IMO, particularly for applications. Not only can you quickly estimate how up-to-date any particular application is, it also avoids the version number racing problem between competing applications, because some people equate lower version numbers with a less developed application.
For programming libraries though semantic versioning is still the good ol’ reliable.
Strange that it took us like decades to figure this out :)
I blame MS (Windows 2000, Office 2003, Server 2005, etc.)