What Is the Fluent Interface Design Pattern?

Level up the interfaces of your classes

Jakub Kapuscik
Better Programming
Published in
2 min readApr 12, 2020

--

Photo by Micah Chaffin on Unsplash.

There are concepts so simple that it is surprising they have a name. This does not mean that they are not useful. Often, the simplest concepts are the best ones for the job. A fluent interface simplifies the way we use an object’s API and promotes method chaining. It is a very useful technique to make an interface of a…

--

--