|
|
|
|
|
by just_mc
1211 days 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. |
|