|
You are here |
clojure.org | ||
| | | | |
blog.josephwilk.net
|
|
| | | | | Isolating external dependencies helps make testing easier. We can focus on a specific unit of code and we can avoid slow tests calling real services ... | |
| | | | |
aphyr.com
|
|
| | | | | ||
| | | | |
adambard.com
|
|
| | | | | ||
| | | | |
thedailywtf.com
|
|
| | | User inputs are frequently incorrect, which is why we validate them. So, for example, if the user is allowed to enter an "asset ID" to perform some operation on it, we should verify that the asset ID exists before actually doing the operation. Someone working with Capybara James almost got there. Almost. | ||