Code Simplified

Best practices on how to simplify code.
Aug
18
Can Null Really Simplify Code?

Can Null Really Simplify Code?

Where and when to use null to simplify your code and add clarity.
2 min read
Aug
11
Why Using Null is So Bad

Why Using Null is So Bad

Null isn't called the billion-dollar mistake without good reason.
3 min read
Aug
04
Grouping Statements by Concept, not by Variable

Grouping Statements by Concept, not by Variable

Statements grouped by concept will make reading the code more natural and easier to understand.
2 min read
Jul
21
Avoiding Redundant Method and Variable Names

Avoiding Redundant Method and Variable Names

Including the type in the variable or method name is unnecessary and redundant.
2 min read
Jul
14
Simple Return Statements and Values

Simple Return Statements and Values

Keep your return statements uniform across your team.
2 min read