Explore >> Select a destination


You are here

blog.cleancoder.com
| | www.planetgeek.ch
4.3 parsecs away

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

Travel
| |
| | hiltmon.com
5.8 parsecs away

Travel
| | [AI summary] The article discusses the effectiveness of Test-Driven Development (TDD) in improving software quality, reducing defects, and enhancing developer confidence through empirical evidence and personal experience.
| | cucumber.io
24.6 parsecs away

Travel
| Learn about the challenges of applying a Behaviour Driven Development (BDD) approach to UI development using VisualTest. As well as giving a high-level introduction to BDD, this post covers a technique called Approval Testing that complements traditional assertion-based testing to give developers clearer visibility of the correctness of their implementation.