Function chaining (also known as Fluent Interface) improves code readability by allowing method calls to be chained together. The technique requires methods to return the current context (this) or another context object. While most effective in statically-typed languages like Kotlin, the pattern can be implemented in

2m read time From blog.frankel.ch
Post cover image

Sort: