What is the right way to name a variable
int numItems;
vs.
int itemCount;
or constant:
public
item_count or itemCount (there's a religious war brewing there, though)