filmov
tv
HTML Builder | Design Patterns in Python | Live coding

Показать описание
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.
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.