DEV Community

Cover image for Let's code a fluent API (in a nutshell)
crayoncode
crayoncode

Posted on

Let's code a fluent API (in a nutshell)

A fluent API (or fluent interface) allows you to chain methods one after another, optimally producing smooth and readable code. Ever wondered how to implement an API like that? Watch this episode of crayoncode and let's write some code together! ⌨️📐⚙️

I hope you enjoy this little tutorial about fluent APIs. Any feedback will be appreciated, just let me know and leave a comment. 🙏

Top comments (0)