Can Null Really Simplify Code?
Where and when to use null to simplify your code and add clarity.
Why Using Null is So Bad
Null isn't called the billion-dollar mistake without good reason.
Grouping Statements by Concept, not by Variable
Statements grouped by concept will make reading the code more natural and easier to understand.
Avoiding Redundant Method and Variable Names
Including the type in the variable or method name is unnecessary and redundant.
Simple Return Statements and Values
Keep your return statements uniform across your team.