All posts

2 posts tagged with #code_review

About variable names

📅 Created 2 years ago 👁️ 989

🏷️ #code_review #lingua #js #ts

🔗 Reviewing the code vs. Reviewing coding style

If the bool variable name starts with a verb, the code looks more readable.

Reviewing the code vs. Reviewing coding style

📅 Created 2 years ago 👁️ 1525

🏷️ #code_review

🔗 About variable names

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?