You are here |
herbertograca.com | ||
| | | |
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... | |
| | | |
mitrapunk.com
|
|
| | | | The SPOT, or Single Point of Truth, principle is a better and more semantically-focused interpretation of DRY (Don't Repeat Yourself) | |
| | | |
ilya-sher.org
|
|
| | | | Background Let's look at the following piece of code (in an abstract programming language) : if chairs { for chair in chairs { clean(chair) } } The Problem It's more code that we would like to have. What's holding us back? chairs can be null, which is not an array (aka list), therefore requiring the... | |
| | | |
lisaapaul.home.blog
|
|
| | The full moon in December is called the Cold Moon. It was a lovely moon. |