Comment on Programmers' DayparentComments−MattGrommes14yIf you don't have any bugs, how do you know your code is working correctly? I personally never trust code that works on the first try. :)−phatbyte14yYou should try writing some unit tests then :P
Comments
If you don't have any bugs, how do you know your code is working correctly? I personally never trust code that works on the first try. :)
You should try writing some unit tests then :P