Ass U Me

Posted by Joel Jensen Sun, 22 Oct 2006 17:20:00 GMT

I just got bit by an assumption. I am writing unit tests for some CRUD ( create, read, update, delete ) methods. While writing the delete method test I assumed that the status for a deleted item is “deleted”, many hours later I noticed that it should, infact be “disabled”. I assumed this was obvious, and asked my wife what a flag should be called that indicates that a file has been deleted, she says “inactive”. I guess everyone is correct, I was just less correct than the others.

Comments

Leave a comment

Comments