|
|
|
|
|
by fenomas
3452 days ago
|
|
Isn't semver the best way to do what he's advocating, then? I mean, it's not like people delete 1.3.0 from their packaging system when they release 2.0.0. Incrementing the major version number is semver's way of declaring a new namespace, and once declared, it lives alongside the old ones. What is Hickey suggesting be done differently? |
|
With that in place it is questionable what the actual advantage of semver vs a simpler monotonous versioning schema (like build number or UTC date) is.