fluent interfaces

Posted on January 1, 2006

0


In FluentInterface Martin Fowler describes an object design style that he and Eric Evans have termed “fluent”. This is not a new idea – see the Ruby libraries for many examples, and the Cascade and Yourself patterns from Kent Beck’s Smalltalk Best Practice Patterns. But I believe it is certainly a style that deserves wider recognition and use – try it today!

Advertisement
Posted in: objectdesign, ruby