exercism / 8th

Exercism exercises in 8th.
https://exercism.org/tracks/8th
MIT License
4 stars 12 forks source link

Add `circular-buffer` exercise #193

Closed ErikSchierboom closed 6 months ago

ErikSchierboom commented 6 months ago

I decided to spice things up a bit for this exercise, with a custom namespace and potential for a custom class. What do you think @axtens @glennj?

I've also introduced exceptions, which is in line with the queue namespace which also throws for these conditions.

axtens commented 6 months ago

You're getting good enough at 8th to do configlet in it