puffadder
puffadder copied to clipboard
builder pattern
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()
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?
Some things I can think of are @SneakyThrows, @NonNull, etc.