|
You are here |
blog.cleancoder.com | ||
| | | | |
arne-mertz.de
|
|
| | | | | 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
|
|
| | | | | [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
|
|
| | | | | [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
|
|
| | | 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... | ||