-
Recent Posts
Recent Comments
Archives
Categories
Meta
Tag Archives: patterns
Some foundational ideas for automated testing
Let’s get the blanket statement out of the way, shall we? Automated testing is hard We have all sorts of strategies and patterns that are well-known and used every day for unit testing and integration testing. We all have differing … Continue reading
Patterns of Compositional Architecture: DSLs – Wrap Up
This is the fifth post in the Patterns of Compositional Architecture series that I mentioned in my introductory post. Prerequisites Before reading this post, please read the following posts: Domain Specific Languages Introduction Semantic Models Registries Conventions Wrapping it Up … Continue reading
Posted in General
Also tagged architecture, composition, composition-patterns, design, dsls, fubumvc
3 Comments
Patterns of Compositional Architecture: DSLs – Conventions
This is the fourth post in the Patterns of Compositional Architecture series that I mentioned in my introductory post. Prerequisites Before reading this post, please read the following posts: Domain Specific Languages Introduction Semantic Models Registries The Pattern Provide an … Continue reading
Posted in General
Also tagged architecture, composition, composition-patterns, design, dsls, fubumvc
3 Comments
Patterns of Compositional Architecture: DSLs – Registries
This is the fourth post in the Patterns of Compositional Architecture series that I mentioned in my introductory post. Prerequisites Before reading this post, please read the following posts: Domain Specific Languages Introduction Semantic Models The Pattern Define an entry … Continue reading
Posted in General
Also tagged architecture, composition, composition-patterns, design, dsls, fubumvc
3 Comments
Patterns of Compositional Architecture: DSLs – Semantic Models
This is the third post in the Patterns of Compositional Architecture series that I mentioned in my introductory post. Prerequisites Before reading this post, please read the introductory post to Domain Specific Languages. The Pattern Separate the concerns of an … Continue reading
Posted in General
Also tagged architecture, composition, composition-patterns, design, dsls, fubumvc
5 Comments
Patterns of Compositional Architecture: Domain Specific Languages
This is the second post in the Patterns of Compositional Architecture series that I mentioned in my introductory post. Introduction It’s important to note two things before I begin with this section: 1) I will not do the problem space … Continue reading
Posted in General
Also tagged architecture, composition, composition-patterns, design, dsls, fubumvc
2 Comments
Patterns of Compositional Architecture: Policies
This is the first post in the Patterns of Compositional Architecture series that I mentioned in my previous post. The Pattern Define an algorithm that is interchangeable and selected at runtime. Overview This is really just a specific application of … Continue reading
Posted in General
Also tagged architecture, composition, composition-patterns, design, fubumvc
2 Comments
Patterns of Compositional Architecture
Introduction Chad Myer’s most recent series of posts have inspired me to start writing. A lot. My most recent focus and passion has been concentrated on the Fubu Family of frameworks. After doing some reflecting, I’ve begun to discover a … Continue reading
Posted in General
Also tagged architecture, composition, composition-patterns, design, fubumvc
2 Comments
