Syntax proposition
- by Knowing me knowing you
I wonder if syntax as follows would be helpful in your opinion as a code readability improvent and self-commenting of code:  
std::map<std::string name, std::vector<int> scores> myMap;  
In this example it clearly says and no other comment is needed, what for we are using myMap variable.  
Looking forward to your opinions.