How do you all go around naming your versions? - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Discussion (
https://sampforum.blast.hk/forumdisplay.php?fid=84)
+---- Thread: How do you all go around naming your versions? (
/showthread.php?tid=573251)
Re: How do you all go around naming your versions? -
sammp - 09.05.2015
Quote:
Originally Posted by Ahmad45123
snip snip
|
But thats wrong by incrementing the major when the minor hits 9, that's my 2 cents tho
Re: How do you all go around naming your versions? -
Ahmad45123 - 09.05.2015
Quote:
Originally Posted by sammp
But thats wrong by incrementing the major when the minor hits 9, that's my 2 cents tho
|
Why is it wrong ? :/
Re: How do you all go around naming your versions? -
sammp - 09.05.2015
Quote:
Originally Posted by Ahmad45123
Why is it wrong ? :/
|
Cause a minor update is making smaller changes to a script and a major update is things like implementing an entire new system
But, my new system of update tracking will be this:
Update
Development Stage in letter form, same way samp is 0.3e
So, Instead of doing:
0.1.0
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
I do:
0.1a
0.1b
0.1c
0.1d
0.1e
And if I make any changes, It'll be
0.1a-1
0.1a-2
0.1a-3
MUCH cleaner imo