25 Things every Programmer should know
If it's not tested, it doesn't work. Source control is your friend - make sure you use it. Just because you wrote it doesn't mean you own...
Java Tips and Tricks for beginners
*Tips* Always add Comments around in your code to make it readable and maintainable. Don't name your variables with short names just to...