ferrous-systems / rust-training

Learning materials for the Rust Training courses by Ferrous Systems
127 stars 16 forks source link

good-design-practices and imports-and-modules have some overlap #61

Closed jonathanpallant closed 11 months ago

jonathanpallant commented 1 year ago

good-design-practices.md and imports-and-modules.md have some overlap. For example, both talk about /// Documentation and both talk about binaries vs libraries. We should rationalise to avoid repeating ourselves. Or just collapse them into one deck.