#design-patterns

Found 1 articles tagged with #design-patterns

An example using builder pattern in Swift

The builder pattern allows you to create objects with varying configurations without the need to have multiple constructors with different parameter combinations.