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.95k stars 362 forks source link

Make the display of a new chapter more clear to the reader #141

Closed simonsan closed 3 years ago

simonsan commented 3 years ago

when walking the chapters using the next button, I initially thought the Functional Programming chapter was part of the anti-patterns chapter and was confused why FP was an anti-pattern.

src.: reddit

MarcoIeni commented 3 years ago

We can have a smaller intro and then put the discussion imperative vs declative in another page.