Explore >> Select a destination


You are here

blog.8thlight.com
| | www.planetgeek.ch
20.6 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
14.1 parsecs away

Travel
| | [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.
| | friendgineers.rosenshein.org
18.9 parsecs away

Travel
| | Leon's musings on software development
| | www.orochena.net
29.9 parsecs away

Travel
| [AI summary] The article argues that software development should prioritize clear communication and code accessibility for future collaborators over the exclusive use of advanced language features.