|
You are here |
lukehansford.me | ||
| | | | |
everythingfunctional.wordpress.com
|
|
| | | | | The answer to the question of whether we should write automated test suites has largely been settled. We absolutely should write unit tests, and possibly even integration and end-to-end tests. But as acceptance of this practice grew, and adoption became more widespread, a follow-up question arose; How many tests should we write? How do we... | |
| | | | |
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... | |
| | | | |
www.planetgeek.ch
|
|
| | | I wrote code without tests that ran in production without defects, and I wrote buggy code with TDD (Test Driven Development). Time to look back at 35 years of coding and when tests help, and when there is something better. And especially, what these better things are. In the final part, we examine how LLMs... | ||