The Alternative to Fluent Interfaces in Java (webinar #33)

Опубликовано: 09 Октябрь 2024
на канале: Yegor Bugayenko
2,790
72

We discussed fluent interfaces design pattern by example. We tried to create an HTTP client as an alternative to jcabi-http, without fluent interfaces, but only with decorators and smart objects. This blog post explains the idea: http://www.yegor256.com/2018/03/13/fl...

The library is here: https://github.com/yegor256/cactoos-http