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