The Vanilla and Flavouring Pattern

added by JavaScript Kicks
2/14/2019 8:02:29 AM

811 Views

This pattern tries to tackle a difficult problem in coding: how do you make code that is generic and stable, but at the same time replaceable and specific? In a top-down approach, one starts with a result in mind, and quickly iterate over the code until it produces the desired result.


0 comments