exercism/csharp

Deprecate `accumulate`?

Closed this issue · 1 comments

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.

I've opted to keep accumulate as it is such a focused exercise where one can use yield in combination with extension methods.