David Hamilton
11/25/2018, 11:52 AMoptionalFilter: Filter = Filter.NoOp
We'd now rather refactor the growing number of parameters into additionalFilters: List<Filter>
However my functional skills are not up to wiring a variable number of filters into the chain (I can do it procedurally, obviously, but I'm assuming there's a better pattern).
What's the best way to do this?