Explore >> Select a destination


You are here

blog.cleancoder.com
| | arne-mertz.de
7.9 parsecs away

Travel
| | Contents Inmy last post I have written about the main and secondary usesof unit tests and how they compare to other kinds of automated tests. This time I will explore [...]
| | 8thlight.com
0.0 parsecs away

Travel
| | [AI summary] Robert C. Martin recounts the design of the 1980s Craft Dispatch System, a voice response application that utilized pre-microservices architecture concepts like message queues and state machines, comparing it to modern technology stacks.
| | blog.8thlight.com
0.7 parsecs away

Travel
| | [AI summary] The blog post discusses the limitations of Test-Driven Development (TDD) in scenarios involving physical interactions, user interface elements, and test support code, emphasizing the need for manual testing and separation of concerns.
| | blog.bittersweetryan.com
32.0 parsecs away

Travel
| In functional programming a map function is a way to create an array by passing each element of the array into a function. Mapping function...