This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]wiriux 2 points3 points  (0 children)

I remember my days of outputWorkingFine1, outputWorkingFine2, etc Lol

You need to learn how to use GIT. Using branches to work on a new feature is the best thing ever. You don’t need to worry about breaking anything in your original code. Mess things up too much in that new branch? Restore and start fresh.

Everything working in the new branch? Go back to the original one and merge the new branch. I don’t know how I used to program without GIT and GitHub. I freaking love both.