0

How can you give a version to your code as you improve it?

I have a simple code I made, and I'm working on it constantly. I noticed that people give version to their programs, and I started wondering how do you do so? please also check my code it is an orphan code ( it is an expression in my language which means it is sole code). I'm open to suggestions

12th Aug 2017, 9:30 PM
Ahmad Nahhas
4 Answers
+ 4
<large updates>.<small features added>.<bug fixes> is the pattern I usually use. Not sure if you are talking about version numbers though...
12th Aug 2017, 9:36 PM
Jordan Chapman
Jordan Chapman - avatar
0
you missed the point. I made a program so initially I give it the following number (version 1.0) then how I upgrade the version from 1.0 to 1.1 and then 2.0 and so on.
12th Aug 2017, 9:37 PM
Ahmad Nahhas
0
yes Jordan you got it , the previous answer was to Antione. please elaborate more.
12th Aug 2017, 9:39 PM
Ahmad Nahhas
0
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>iEducate - Transform Online Education</title> <link rel="stylesheet" href="Css/RealCss.css"> </head> <body> <nav class="navbar background "> <ul class="nav-list "> <div class="logo"><img src="Dota 2 white icon.png" alt="logo"></div> <li><a href="#Game">Home</a></li> <li><a href="#Heroes">About</a></li> <li><a href="#News">News</a></li> <li><a href="#Esports">Esports</a></li> </ul> <div class="rightnav"> <input type="text" name="Search" id="Search"> <Button class="btn btn-sm">Search</Button> </div> <div class="burger"> <div class="line"></div> <div class="line"></div> <div class="line"></div> </div> </nav> <section class="background firstsection"> <div class="box-main"> <div class="FirstHalf"> <p class="text-big">The Truth About Dota 2 is here</p> <p class="text-small">Dota 2 can be an exhilarating but challenging game for beginners, especially given the vast array of heroes and complex mechanics. The key to an enjoyable start lies in selecting heroes that are forgiving yet impactful. <p> </div> <div class="buttons"> <button class="btn">Subscribe</button> <button class="btn">Watch Video</button> </div> <div class="secondHalf"> <img src="Dota 2 white icon.png" alt="Laptop Img"> </div> </div> </section> <section class="secright"> <div class="paras"> <p class="Heading">Abaddon</p> <p class="sectionSubtag text-small">Abaddon is a hero in the popular multiplayer online battle arena (MOBA) game Dota 2. He is known as the Lord of
5th Feb 2024, 11:16 AM
Ameer Hamza
Ameer Hamza - avatar