HTML Builder | Design Patterns in Python | Live coding

Published: 09 February 2020
on channel: Vasyl Herman
137
4

The Builder Design Pattern.

The Builder is required when you have some sort of complicated construction of objects.

The idea is that once you have an object-oriented structure which is recursive and which can actually sore the HTML elements, so you can make a builder that helps you build up an element from scratch using a particular API.

https://github.com/PrettySolution/Des...