// Bad void getNbApples() { int avgFuncSizePerAlloc = 42; //... } // Good void getAppleCount() { int averageFunctionSizePerAllocation = 42; //... }