|
You are here |
blog.cleancoder.com | ||
| | | | |
php-and-symfony.matthiasnoback.nl
|
|
| | | | | [AI summary] The author advocates for the principle of 'don't mock what you don't own' by designing application interfaces for side effects like persistence and time, thereby improving architecture and removing brittle test dependencies. | |
| | | | |
www.planetgeek.ch
|
|
| | | | | Active patterns make using a Regex in F# neat: The matched groups are returned in the list after the pattern. Here is an example from our codebase: Pattern found at Active Patterns - F# | Microsoft Learn: In this example, I use the regex active pattern to map JSON parsing errors to a Result with... | |
| | | | |
8thlight.com
|
|
| | | | | [AI summary] The article by Robert C. Martin (Uncle Bob) discusses the strategic use of mock objects in software testing, advocating for a balanced approach where mocks are used sparingly across architectural boundaries to improve test speed and isolation while avoiding design damage. | |
| | | | |
www.tvagile.com
|
|
| | | |||