bug free code
we hired this new guy at work. the first thing he did was find a bug in my code. i explained something to him that i learned long ago from a very wise coder. when you develop code there are going to be bugs. in fact there are going to be a certain number of bugs per line of code. say 1 bug per 1000 lines of code. so what i do during the development phase is to insert a bug every 1000 lines. then when we move on to the debugging phase it's a pretty trivial task to remove the bugs. the result is bug free code.