DamonOehlman / slimver-spec

Lightweight and strict numeric versioning (major.minor.patch) only
http://damonoehlman.github.io/slimver-spec/
16 stars 2 forks source link

Terminology improvements #4

Closed ryantm closed 10 years ago

ryantm commented 10 years ago

I feel like the terms "unsigned integer" and "most significant", when describing the version strings are vague. How about "positive integer between 0 and 65535", and "largest" as replacement terminology? If you like unsigned integer as terminology you should really specify how many bits. In this case, you are using 16 bits.

DamonOehlman commented 10 years ago

Nice suggestion, I'll make those changes now.