Intermediate Code Review #vocabulary #nit #DRY #code-smell

Code Review Vocabulary

4 exercises — master the vocabulary you need to understand and participate in professional code reviews.

0 / 4 completed
Common code review prefixes
  • nit: — nitpick, optional, non-blocking
  • blocking: — must fix before merge
  • suggestion: — take it or leave it
  • question: — asking, not requesting a change
  • FYI: — informational, no action needed
  • optional: — nice to have but not required
1 / 4
In a code review, what does the prefix nit: signal?