fix: grammars (#4989)

Proper and consistent styling
pull/4999/head
John Moore 11 months ago committed by GitHub
parent 2c0ebe4209
commit d4b4b3c55c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      src/data/roadmaps/code-review/content/103-implementation-semantics.md

@ -3,8 +3,8 @@
- Does it satisfy the original requirements?
- Is it logically correct?
- Is there no unnecessary complexity?
- Is it robust (no concurrency issues, proper error handling, etc.)?
- Is it robust (i.e., no concurrency issues, proper error handling, etc.)?
- Is it performant?
- Is it secure e.g., no SQL injections, etc?
- Is it observable e.g., metrics, logging, tracing, etc.?
- Is it secure (i.e., no SQL injections, etc.)?
- Is it observable (i.e., metrics, logging, tracing, etc.)?
- Do newly added dependencies pull their weight? Is their license acceptable?

Loading…
Cancel
Save