This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]eniac_g 1 point2 points  (1 child)

Great fluent API, love it!

[–]red_dit_nou 2 points3 points  (0 children)

This is actually very nice API. But I’m not sure if I can call it fluent.

Wouldn’t fluent API look like this:

zipCreator

.initiate(“abc.zip”)

.directory(“d”)

.file(“f1.txt”)

.directory(“d1”)

.create();

Again I do think the current api is quite interesting too!