Deprecate `accumulate`?
Closed this issue · 1 comments
BNAndras commented
https://github.com/exercism/problem-specifications/blob/main/exercises/accumulate/.deprecated says tracks should implement list-ops
instead. That exercise is already ported so we're okay on that part.
ErikSchierboom commented
I've opted to keep accumulate as it is such a focused exercise where one can use yield
in combination with extension methods.