Code Review for the Overly-Verbose Variable Naming Convention

It's time to review your code for the most egregious examples of variable naming that will make your eyes water.

The Offending Code

Here is the offending code:


int superFlux CapacitorVariable = 5;
double extremelyLongVariableNameForACalculatingSomeValue = 10.0;
bool isThisVariableNameTooLongAndConfusing = false;

What is the point of this?

Is it just to confuse your fellow developers?

Or perhaps it's to make the codebase look more impressive?

Whatever the reason, it's time to change these variable names.

Learn how to name variables like a pro

Variable Naming Best Practices

Here are some guidelines to follow:

See examples of variable naming best practices