exercism / rust

Exercism exercises in Rust.
https://exercism.org/tracks/rust
MIT License
1.45k stars 521 forks source link

Document / reconsider `topics` field in track config #1735

Open senekor opened 1 year ago

senekor commented 1 year ago

The field has no purpose from Exercism's viewpoint. Consider deleting it or documenting its rust-track-specific purpose. Probably in the track config data structure of the rust-tooling crate, where it could be an optional field with appropriate documentation.


Why is the topics key added? It is only really there for inspiration for the practices/prerequisites fields, but it serves no purpose from Exercism's viewpoint.

_Originally posted by @ErikSchierboom in https://github.com/exercism/rust/pull/1722#discussion_r1324276837_

senekor commented 9 months ago

Found the documentation, it's in this issue.

It seems like the purpose this field serves right now is that for any future work on the syllabus, these topics might help guide which exercise should be marked to practice which topic. One of the topics is "goofy_bowling_logic" so that list is definitely a draft that may support, not a well-crafted list of concepts ready to use.