rust-unofficial / patterns

A catalogue of Rust design patterns, anti-patterns and idioms
https://rust-unofficial.github.io/patterns/
Mozilla Public License 2.0
7.98k stars 363 forks source link

Use categories for `patterns` subfolder #114

Closed simonsan closed 3 years ago

simonsan commented 3 years ago

It could make sense to structure/sort some of the patterns into a subfolder named after corresponding categories as mentioned in Design patterns (by Gamma, Helm, Johnson, Vlissides).

Patterns not fitting into any of the categories could stay in patterns. When we merged all the older PRs we could start with that process to avoid merge conflicts.

Thoughts?