I'm using Stack Overflow quite often as a resource to find answers to commonly occurring design problems. Especially when working in a team or on the same project the identical questions are occurring, or people want references to coding style decisions.
Thus I want to categorize questions for topic related frequently asked questions, that is,
- answers to design questions often occurring in our project.
- a personal FAQ on most common C++ design problems.
- a personal lookup list for patterns, that I prefer
Ideally, one would create a list of his favourite questions and could share a link or embed this on the project homepage.