Post #1159721
2026-02-01 05:02 UTC
Robert C. Martin's "Functional Design" is his 2023 follow-up to Clean Architecture. It covers the same SOLID principles, but from a functional programming and dynamic typing perspective.
My observations:
* Principles like Dependency Inversion are applied with basic functions.
* The code uses domain-focused namespaces (video-store.order-processing) instead of layer names (model, service, repo).
Replies (0)
No replies.