Monday
Nov152004
I'm A Bad, Bad Programmer
Monday, November 15, 2004 at 2:02PM
I admit it: I'm completely not writing unit tests for our current code.
Why? Well, Eclipse is writing all the setters and getters, and the backend database stuff is a PITA to test. Unfortunately, pretty much all the logic in this app is based arond those inserts, updates, and deletes.
Update: We now have unit tests. I bent to your collective will.
Why? Well, Eclipse is writing all the setters and getters, and the backend database stuff is a PITA to test. Unfortunately, pretty much all the logic in this app is based arond those inserts, updates, and deletes.
Update: We now have unit tests. I bent to your collective will.
in
Code
Code 
Reader Comments