Closed
Description
Implemented a little toy tonight on a whim: fizzbuzz as an iterator adaptor. After building it, it occurred to me that this may be a useful track-specific exercise at approx. the difficulty 7 level: doing it flexibly and properly takes a fair degree of familiarity with iterator adaptors, generics and trait bounds.
I'm creating this as an issue in order to gauge interest from the other maintainers. Questions I'd be interested to know the answers to:
- Does this seem like a good exercise to add?
- Do we need substantially more tests than this?
- Should we retain both
wrap
andapply
constructors, or simplify to only one, discarding the appropriate tests? - Does my estimate of 7 for the difficulty make sense, or is this easier/harder?
Metadata
Metadata
Assignees
Labels
No labels