The Artima Developer Community
Sponsored Link

Agile Buzz Forum
Version names in Store

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
James Robertson

Posts: 29924
Nickname: jarober61
Registered: Jun, 2003

David Buck, Smalltalker at large
Version names in Store Posted: Jan 21, 2007 9:47 PM
Reply to this message Reply

This post originated from an RSS feed registered with Agile Buzz by James Robertson.
Original Post: Version names in Store
Feed Title: Michael Lucas-Smith
Feed URL: http://www.michaellucassmith.com/site.atom
Feed Description: Smalltalk and my misinterpretations of life
Latest Agile Buzz Posts
Latest Agile Buzz Posts by James Robertson
Latest Posts From Michael Lucas-Smith

Advertisement

Today I swapped the way I was publishing WithStyle to store - instead of publishing as Major.Minor.Patch version pattern eg: 5.16.0 - I'm now using an integer, Mmmmm, eg: 50016. Why did I make this change? Well, it all comes back to Travis Griggs actually.

He has consistently used integers as his version numbers for years now and I always liked the simplicity of it - but could never get past my classical version number training and managementesque arguments for more meaningful version numbers.

Honestly, integer version numbers give you no more meaning than a timestamp. At this moment I realised what it was I wanted store to do - not make me give everything I publish a version number. A version number - to me - indicates that I have a consistent state of code that I want to "label" more specifically than just when it was published.

With that in mind, I really want to be able to publish without giving my code version numbers until I'm happy with its state. So, a compromise for now is to use plain integers as my version numbers in store and hope that may be this idea filters back to the store team and it changes.

So thanks Travis for allowing me to break down another falsehood in my programming umbrella.

Read: Version names in Store

Topic: In Disney Previous Topic   Next Topic Topic: No Joy at DCA

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use