Forum Post: RE: Best (or even common) practice on dev across multiple versions: branch vs...

  • Thread starter Thread starter Thomas Mercer-Hursh
  • Start date Start date
Status
Not open for further replies.
T

Thomas Mercer-Hursh

Guest
I'm not thinking of the SCM tool. I am thinking that if I have a body of code that has 4 branches for different versions, each addition or change that I make I have to make that decision about whether or not it has to be branched and if it needs to be branched then I have to come up with new pieces for each relevant branch. I suppose one has to consider that for in situ version checks too, but it seems that there is more overhead with doing the branching. Mostly, I don't like doing either one!

Continue reading...
 
Status
Not open for further replies.
Back
Top