sftrabbit / CppPatterns-Patterns

A repository of modern C++ patterns curated by the community.
Creative Commons Zero v1.0 Universal
1.43k stars 223 forks source link

Suggestion: Support tags per pattern #71

Closed rishikhaneja closed 2 years ago

rishikhaneja commented 6 years ago

To give you an example, see pattern https://cpppatterns.com/patterns/delegate-behavior-to-derived-classes.html

Its hard to reach that page if you come looking for CRTP or Static Polymorphism

Imagine having tags per pattern, which you could also render on the main site, making them searchable.