free hit counters
The Process Forum - View Single Post - Cow Girl Farmer (Cuddlebeam)
View Single Post
Unread 01-26-2014   #2
Muhznit
The Magical Mammary Man
 
Muhznit's Avatar
 
Join Date: Jul 2006
Location: In my chair. ._.
Posts: 1,171
Re: Cow Girl Farmer (Cuddlebeam)

Quote:
Originally Posted by danielsangeo View Post
But undoing an error is much easier. CTRL-Z, versus redoing the entire thing over again.
AHAHAHA NOPE.

You'd think that would be the case, but keep in mind an average programming project spans months, possibly even years, across multiple files in multiple folders, and possibly across multiple systems once you start doing cross-compatible stuff. Ctrl + Z is only effective for college essays and other small projects where you'll only need to undo the changes of one file in one session.

Really ambitious programming projects require revision control, like Git or Subversion. Sometimes, clients/customers/forum members will request features that require nearly an entire rewrite of a huge chunk of the program, and you'll want to have branches that you can check out and build off of. Heck, sometimes you'll need to rewrite an entire class file just because you're hitting a bottleneck where you've optimized the fuck out of it down to the assembly code itself.
__________________

I love 'em.
Muhznit is offline   Reply With Quote