Daniel Alberto Vega Bejarano
PreguntaI got confused with the difference between Boilerplate and Scaffolding =(
Sebastian Delmont
Scaffolding is the support structure you need when starting a project (or the construction of a building). It usually ends up being removed once all the other pieces are in place.
Boilerplate is all the elaborate language and content you see in a legal contract, or the long number of steps and lines of code you often have to include in order to do certain things. Unlike scaffolding, boilerplate is intended to be permanent.
Boilerplate code can be removed by providing higher level functions and abstractions, with better default values and behaviors.
Daniel Alberto Vega Bejarano
Thank you teacher
