At this point we have introduced the foundational pieces you need to consider when designing a Modular Design Framework of your own. What is outlined in this book is merely just the boilerplate of things you should consider when approaching your own designs.
If you craft your designs with an underlying logic utilizing these methods, you’ll have much greater control when it comes to its implementation. The reason is because this approach in design is very similar to the approach taken when designing code. It’s the act of building small reusable blocks that can be progressively enhanced ...