Naming convention for "number of"?

Posted by Mark on Stack Overflow See other posts from Stack Overflow or by Mark
Published on 2010-04-26T05:27:17Z Indexed on 2010/04/26 5:33 UTC
Read the original article Hit count: 158

Filed under:

What convention do you prefer?

int nKittens;
int numberOfKittens;
int noKittens;
int numKittens;
int kittens;
int kittenCount;

So many choices!

© Stack Overflow or respective owner

Related posts about naming-conventions