puffadder icon indicating copy to clipboard operation
puffadder copied to clipboard

builder pattern

Open asebak opened this issue 8 years ago • 2 comments

Fantastic library, it would be nice if you could add more decorators. Is there anyway you get make the builder decorator more similar to lombok's version. like Student.Builder().name(john).Build()

asebak avatar Dec 05 '16 20:12 asebak

Thanks for the compliment :)

I thought about this, but I decided the way I chose was more "Pythonic", and that the Lombok method was unnecessarily cluttered.

Could you suggest any examples of the Lombok version that would add value to the current project?

IgniparousTempest avatar Dec 06 '16 18:12 IgniparousTempest

Some things I can think of are @SneakyThrows, @NonNull, etc.

asebak avatar Dec 11 '16 11:12 asebak