Test pieces of your code early

This tip submitted by N/A on 2005-01-17 11:14:06. It has been viewed 43109 times.
Rating of 5.6 with 273 votes



Test your code by little pieces - write a little piece and test it. It makes easier to prevent "brain crashes" and guarantees that you're working from a stable code base. This means that you have bugs that are isolated to only the code you've recently been working on.



More tips

Help your fellow programmers! Add a tip!