Adding Method Cascades
- Proposal: TBD
- Author(s): Erica Sadun
- Status: TBD
- Review manager: TBD
Introduction
Method cascades offer a method-based counterpart to functional chaining. In functional chaining, partial results pass from one step to the next. In cascades, object scope is maintained through a series of sequential calls. Both approaches support fluent interfaces, providing readable streamlined code.