Re: [Codenarc-user] implementing Cloneable
Brought to you by:
chrismair
From: Hamlet D. <ham...@ca...> - 2011-07-04 14:25:48
|
Honestly, I think the CodeNarc handling of versions is semantically correct: major.minor.revision 0.14 does not represent one-tenth improvement over 0.13, it represents one minor release beyond 0.13. Version numbers are not meant to be compared as floats. So 1.14.0 is > 1.9.0. ----- Original Message ----- > > On Mon, Jul 4, 2011 at 7:46 PM, Hamlet DArcy < ham...@ca... > > wrote: > > > Yes, the number 14 is bigger than 9. How else does one compare > numbers? ;) > > > > I just hope that the same logic is not applied after it goes beyond > release 1.0 (1.14 vs 1.9) ;-) |