Closed dgroup closed 5 years ago
Hi @Vatavuk, Could you please clarify/help me understand why do you prefer the fluent/builder pattern based on .with method instead of ctor overloading?
.with
ctor
@dgroup Hi! Actualy I don't. I will replace the fluent interfaces with ctors when I catch some time.
I see, thanks.
Hi @Vatavuk, Could you please clarify/help me understand why do you prefer the fluent/builder pattern based on
.with
method instead ofctor
overloading?