[π« In-Person] Fluent Method Chaining in C# with Andrew Poole
Details
We'll have a fairly relaxed agenda, but will follow:
- π Introduction / Housekeeping
- π£οΈ Round table introductions
- π Bring your coding problems
- π§βπ« Fluent Method Chaining in C#
- π Closing
- π» Social with ACCU
π Fluent Method Chaining in C# with Andrew Poole
What if there was a way to declaratively describe a chain or flow of async methods, which could be used when handling API requests or messages from a service bus queue or actually anywhere? Recently, while refactoring a growing piece of business logic, we found a way to achieve this. The logical conclusion is that related flows can be described in one place, in a single piece of orchestration, which is very easy to understand, navigate and debug. The flows are self documenting and with some thought, even readable by product owners and business analysts etc.
