I learned a lot during the last few months coding some real world projects for palm webOS.
One thing and this is a really important thing is, committing your code you worked on the last couple of hours to a source code management system can save you hours of work. Changing some code here and there and boom, “why this was working perfectly before” and sometimes you find the issue quickly, sometimes you search and search.
If you can simply revert or quick-check your code from the last commit you’ll find the issue really fast, trust me!
For all the lazy developers out there (not only webOS ones) I found another great site, that’s introducing, this time: git
Short quote from the page:
Git is a distributed version control system. No, you don’t need to know what that means to use this guide. Think of it as a time machine:Subversion or CVS without the cruft.
If you make a lot of changes, but decided you made a mistake, this will save your butt.
Read on if you want to learn some pretty cool and quick tips
