All posts

2 posts tagged with #code_review

About the variable names

📅 Created 3 months ago 👁️ 59

🏷️ #code_review #lingua #js #ts

🔗 Reviewing the code vs. Reviewing the coding style

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

Reviewing the code vs. Reviewing the coding style

📅 Created 3 months ago 👁️ 82

🏷️ #code_review

🔗 About the 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?