Twitter adds phone number requirement for Tor users
slashgear.com1 pointsby g12366270 comments
int num = 42;
int acc = 0;
instead of; int n = 42;
int acc = 0;
and it gets worse when things get complicated; vector<int> dist; // stands for distances
vector<int> excs; // stands for excesses
Does anyone else have this problem?