4월 30, 2023의 게시물 표시

Publish to my blog (weekly)

Flutter Design Patterns: Flyweight | kazlauskas.dev a creational design pattern that divides the construction of a complex object into several separate steps - Builder. Flutter Design Patterns: Builder | kazlauskas.dev Builder is a creational design pattern To understand it better, let's say we are building a house. To build a house (object), the construction steps (build logic) are pretty much the same - you need the foundation, floor, some walls, doors, windows, a roof, etc. Even though the construction process of the house is the same, each of these steps could be adjusted, hence the final result would look comple...