Which version do you start with?

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
joachimseitz
Forum Commoner
Posts: 25
Joined: Fri Feb 20, 2004 10:36 am
Location: Germany
Contact:

Which version do you start with?

Post by joachimseitz »

I am almost finished coding a script, now I'm not sure which version to take first...

0.1
0.5
1.0

Itll be a beta, that I know

my question ist, are there some "unwritten" rules in which order you do this

anyone know?
Draco_03
Forum Regular
Posts: 577
Joined: Fri Aug 15, 2003 12:25 pm
Location: Montreal, Canada

Post by Draco_03 »

beta 0.6
it sounds good for a first release.. cuz it look like you have previous version :P
and when u get a "final version " put it 1.0
then if you put "minor patch" it become 1.1
can even go up to 1.1.1
any BIG improvment (design change layout, or anything significant) you change version to 2.0
User avatar
markl999
DevNet Resident
Posts: 1972
Joined: Thu Oct 16, 2003 5:49 pm
Location: Manchester (UK)

Post by markl999 »

User avatar
ol4pr0
Forum Regular
Posts: 926
Joined: Thu Jan 08, 2004 11:22 am
Location: ecuador

Post by ol4pr0 »

Why not call just like it it is ...

0.1 Looks kinda weird.. but ;-)
joachimseitz
Forum Commoner
Posts: 25
Joined: Fri Feb 20, 2004 10:36 am
Location: Germany
Contact:

Post by joachimseitz »

Thanx for the advice
Also the link, I always thought alpha releases are better than betas...
seems to be the other way around :/
Post Reply