|
You are here |
lukehansford.me | ||
| | | | |
loufranco.com
|
|
| | | | | [AI summary] The article discusses strategies for effectively adding unit testing to old codebases, emphasizing testing before refactoring, while learning the code, and before fixing bugs to ensure reliability. | |
| | | | |
martinfowler.com
|
|
| | | | | Unit Tests are focused on small parts of a code-base, defined in regular programming tools, and fast. There is disagreement on whether units should be solitary or sociable. | |
| | | | |
blog.jayfields.com
|
|
| | | | | Some people ask if Test Driven Development (TDD) is what caused Ruby to become popular. Other people smarter than me claim that TDD is in fa... | |
| | | | |
blog.schauderhaft.de
|
|
| | | Question: what are the properties which make a test a good unit test? If you have a good answer, check out my answer and add to it in the comments. If you do... | ||