19/12/19 13:37:09.06 snKgfw1x.net
>>216
Shorter Names Are Okay for Shorter Scope
if (debug) {
map<string,int> m;
LookUpNamesNumbers(&m);
Print(m);
}
Even though m doesn’t pack any information, it’s not a problem, because the reader already
has all the information she needs to understand this code.