Over-commenting is a code-smell: How to decide when comments are worth it
SMRTR summary
When reviewing code, understand every line and ask for clarification if needed. This can be done through code comments, pull request discussions, or refactor requests. The goal is to ensure readability and maintainability. While comments can help explain complex algorithms or non-obvious solutions, use them sparingly. Self-documenting code with descriptive names and clear structure is often preferable.
SMRTR provides this summary for quick context. The original article belongs to Strategize Your Career.
Read the original article