zig icon indicating copy to clipboard operation
zig copied to clipboard

exercises(high-scores): implement

Open ee7 opened this issue 1 year ago • 2 comments

To-do:

  • [x] example, stub: consider renaming parameter from s
  • [ ] config.json: decide on exercise placement
  • [ ] example, stub, tests: personalTopThree: consider passing an allocator instead.
  • [ ] consider making functions return ?u32
  • [ ] consider removing test for init
  • [ ] consider removing tests for immutability
  • [ ] consider making the scores field an ArrayList, so we can better imagine adding new scores.

ee7 avatar Mar 28 '23 12:03 ee7

I don't love this exercise as-is. Maybe it'd be better if it was more flexible. See the to-do items for things I'm considering.

ee7 avatar Sep 19 '23 11:09 ee7

Personally I think it's reasonable as-is. We can always riff on it in the future if people have feedback

booniepepper avatar Apr 19 '24 15:04 booniepepper