kursat-ozturk / builder_pattern_dart

Builder pattern is one of the creational design patterns. This pattern allows creating complex objects in a simple and understandable way.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

builder_pattern_dart

Builder pattern is one of the creational design patterns. This pattern allows creating complex objects in a simple and understandable way. Builder pattern separates the object's structure and representation, making the same construction process usable for different representations. This way, the object creation process is performed step by step and the desired features can be selected.

About

Builder pattern is one of the creational design patterns. This pattern allows creating complex objects in a simple and understandable way.


Languages

Language:C++ 41.9%Language:CMake 34.5%Language:Dart 14.0%Language:HTML 3.4%Language:Swift 3.2%Language:C 2.6%Language:Kotlin 0.3%Language:Objective-C 0.1%