21 ms·
Builder patterns are most useful in statically typed languages that don't have strong support for optional parameters. In creating a Point, neither value is op
by just_mc 4y ago
Builder patterns are most useful in statically typed languages that don't have strong support for optional parameters.
In creating a Point, neither value is optional, so I would question the value versus the additional complexity in this case.