Vatavuk / excel-io

Object-oriented java Excel library
MIT License
81 stars 8 forks source link

XsRow: why `.with` instead of `ctor` overloading? #29

Closed dgroup closed 5 years ago

dgroup commented 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?

Vatavuk commented 5 years ago

@dgroup Hi! Actualy I don't. I will replace the fluent interfaces with ctors when I catch some time.

dgroup commented 5 years ago

I see, thanks.