Consider the naming convention used in this Java code:
String firstName; String lastName;
Inconsistent naming convention
Adheres to Java naming conventions
Does not follow clean code principles
Variables should be combined