a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment
Wintermute  ·  2348 days ago  ·  link  ·    ·  parent  ·  post: The Cargo Cult of Versioning

I am a programmer, and I have to agree. The current scheme of dotted numbers works just fine. Everything mentioned in this post falls into two categories.

1) Package managers should be better at automatically figuring out what version I want.

2) Version strings are should be easier to parse.

(1) is a fair complaint. It's certainly possible to build a better package manager, but you don't need to mess with versioning to do it. (2) is really just arguing semantics. I personally disagree with akkartik, but it's a fundamentally subjective argument.