Test Everything That Could Possibly Break – A Guide To Better Testing
Posted in Agile, Programming on Feb 9th, 2009 No Comments »
Joe: “Writing this test will make sure that we find bugs quicker. It will let us change the code without breaking anything and it will help us to write decoupled code.”
Jim: “Maintaining this test will be a nightmare. It is tightly coupled to the class we’re writing and we cannot change anything without changing the [...]