Click here to Skip to main content
15,892,643 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: Are Software versions a decimal? Pin
Kornfeld Eliyahu Peter20-Feb-19 0:17
professionalKornfeld Eliyahu Peter20-Feb-19 0:17 
GeneralRe: Are Software versions a decimal? Pin
dan!sh 20-Feb-19 0:44
professional dan!sh 20-Feb-19 0:44 
GeneralRe: Are Software versions a decimal? Pin
kalberts20-Feb-19 1:37
kalberts20-Feb-19 1:37 
GeneralRe: Are Software versions a decimal? Pin
dan!sh 20-Feb-19 2:08
professional dan!sh 20-Feb-19 2:08 
GeneralRe: Are Software versions a decimal? Pin
PeteTheDiver20-Feb-19 22:21
PeteTheDiver20-Feb-19 22:21 
GeneralRe: Are Software versions a decimal? Pin
  Forogar  21-Feb-19 3:14
professional  Forogar  21-Feb-19 3:14 
GeneralRe: Are Software versions a decimal? Pin
DerekT-P21-Feb-19 9:58
professionalDerekT-P21-Feb-19 9:58 
GeneralRe: Are Software versions a decimal? Pin
kalberts20-Feb-19 1:35
kalberts20-Feb-19 1:35 
For the major number you count up - version 9 is followed by 10 followed by 11. 11 is not version 1 with a hotfix. Why would you have different semantics for the major and the minor version number?

Most tools / standards are prepared for handling up to 4 levels, so 2.1 followed by a hotfix is 2.1.1 rather than 2.11. (I have been annoyed at MS even since 2.11, which really was 2.1.1.) You will read 2.11 as "two eleven", not as "two one one", so it should have the semantics of "eleven" as well.

I am even more annoyed by developers who make a version 5.6.14 which replaces the file format of 5.6.13 with a new one. Format or interface changes should bump the major version number. Extensions and additions should bump the minor version number (or possibly the major, if there are other significant changes), but it should be 100% backwards compatible. Micro versions should be bug fixes only, no functional extensions or changes.

Version numbers are for the users! The developers use build numbers/timestamps. Ask yourself what information the typical user would hope to get from the version number. The main rule of major = changes, minor = additions, micro = fixes and improvements is simple and easy to understand. It is gaining popularity, at least in the principles stated - having the developers and system builders live by the principles is a lot harder, but it even the cat herd is slowly learning to behave Smile | :)
GeneralRe: Are Software versions a decimal? Pin
Mike (Prof. Chuck)20-Feb-19 2:08
professionalMike (Prof. Chuck)20-Feb-19 2:08 
GeneralRe: Are Software versions a decimal? Pin
obermd21-Feb-19 19:46
obermd21-Feb-19 19:46 
GeneralRe: Are Software versions a decimal? Pin
PIEBALDconsult20-Feb-19 2:21
mvePIEBALDconsult20-Feb-19 2:21 
GeneralRe: Are Software versions a decimal? Pin
Dave Kreskowiak20-Feb-19 6:20
mveDave Kreskowiak20-Feb-19 6:20 
GeneralRe: Are Software versions a decimal? Pin
Mike (Prof. Chuck)20-Feb-19 18:53
professionalMike (Prof. Chuck)20-Feb-19 18:53 
GeneralRe: Are Software versions a decimal? Pin
kalberts20-Feb-19 21:18
kalberts20-Feb-19 21:18 
GeneralRe: Are Software versions a decimal? Pin
Mike (Prof. Chuck)20-Feb-19 22:14
professionalMike (Prof. Chuck)20-Feb-19 22:14 
GeneralRe: Are Software versions a decimal? Pin
Dave Kreskowiak21-Feb-19 2:42
mveDave Kreskowiak21-Feb-19 2:42 
GeneralRe: Are Software versions a decimal? Pin
Gary Wheeler20-Feb-19 6:37
Gary Wheeler20-Feb-19 6:37 
GeneralRe: Are Software versions a decimal? Pin
Member 916705720-Feb-19 20:53
Member 916705720-Feb-19 20:53 
GeneralRe: Are Software versions a decimal? Pin
Formerly 11521271 Member20-Feb-19 21:33
professionalFormerly 11521271 Member20-Feb-19 21:33 
GeneralRe: Are Software versions a decimal? Pin
englebart21-Feb-19 1:54
professionalenglebart21-Feb-19 1:54 
GeneralRe: Are Software versions a decimal? Pin
agolddog21-Feb-19 2:37
agolddog21-Feb-19 2:37 
GeneralRe: Are Software versions a decimal? Pin
PSU Steve21-Feb-19 4:02
professionalPSU Steve21-Feb-19 4:02 
GeneralRe: Are Software versions a decimal? Pin
Gerry Schmitz21-Feb-19 6:10
mveGerry Schmitz21-Feb-19 6:10 
GeneralRe: Are Software versions a decimal? Pin
vbjay.net21-Feb-19 7:48
vbjay.net21-Feb-19 7:48 
GeneralRe: Are Software versions a decimal? Pin
DerekT-P21-Feb-19 10:04
professionalDerekT-P21-Feb-19 10:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.