exercism / csharp

Exercism exercises in C#.
https://exercism.org/tracks/csharp
MIT License
333 stars 341 forks source link

Deprecate `accumulate`? #2199

Closed BNAndras closed 7 months ago

BNAndras commented 7 months ago

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 7 months ago

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