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