
Keep It Simple – A Pattern To Avoid Complexity
We return to pick up a couple of new patterns. In this episode, we look at the keep it simple pattern and how to apply it to architecture. It is a pattern that we often overlook. However, it is an essential piece of many successful solutions. It is the heart of our desire to break complex things down into small pieces we can tackle. The Keep It Simple Pattern Defined We run into this pattern, or mentions of it, in many areas of life. Software architecture is no exception. When we face a decision to build a complex solution or a simpler one, we want to choose simplicity. Yes, complex solutions can be fun to tackle and impressive. However, they... Read more