If the bool
variable name starts with a verb, the code looks more readable.
2 posts tagged with #code_review ❌
About the variable names
📅 Created 3 months ago 👁️ 59
Reviewing the code vs. Reviewing the coding style
📅 Created 3 months ago 👁️ 82
🏷️ #code_review
When reviewing the known code we review the logic, how it fits existing paradigms and how it solves the issues.
When reviewing the foreign code we lean to nitpicking and checking the coding style.
But should we do it at all?