bart wondered why Text::Metaphone jumped to 2.0 for just a bug fix. It prompted me to share my views on version numbers.
There's two important things about version numbers.
1) They sort properly.
2) They always go up.
Assume anything outside of that and all bets are off. This is why I'm considering switching to plain integers.
But people assume lots of things about version numbers, the biggest misnomer is that big version jumps must mean big changes. This prompts people to purchase the upgrade. This is why during the
Perl 2002 (Score:1)
I really like this idea. I'm adding this second sentence so it doesn't trip your one-sentence rule for me; I really do like this idea.
Perl 5.10 (Score:2)
Perl 5.10 is going to really bugger the sortability then, cos it's going to go 5.005, 5.10, 5.6, 5.8. Oops!
Re: (Score:2)
Plain integers (Score:2)
It worked for Subversion!
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers
Works For Me (Score:1)
I typically already do that. I also tend to start that integer at "3". It makes so much stuff easier.
Re: This is why I'm considering switching to plain (Score:1)