Intermediate Grammar #modals #code-review #standup

Modal Verbs in Tech Conversations

5 exercises — choosing must, should, could, and might in code reviews, standups, security docs, and debugging.

0 / 5 completed
Modal verb force
  • must — obligation, non-negotiable rule: "Tokens must expire after 24 hours."
  • should — strong recommendation / confident expectation: "You should write a test for this edge case."
  • could — open option, invitation to consider: "We could refactor this later."
  • might / may — possibility, unconfirmed diagnosis: "This might be a race condition."
1 / 5
Your team says their code is ready to deploy. You want to give a strong recommendation to add more integration tests first. Which modal verb is most appropriate?