Explore >> Select a destination


You are here

lukehansford.me
| | loufranco.com
3.1 parsecs away

Travel
| | [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
3.0 parsecs away

Travel
| | 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
3.0 parsecs away

Travel
| | 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
20.2 parsecs away

Travel
| 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...