Skip to content

Commit

Permalink
Update code-reviews.md (#3905)
Browse files Browse the repository at this point in the history
  • Loading branch information
bretg authored Dec 13, 2024
1 parent 467f728 commit 06677e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/developers/code-reviews.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ Some examples include:
- Does the code use any global, mutable state? [Inject dependencies](https://en.wikipedia.org/wiki/Dependency_injection) instead!
- Can the code be organized into smaller, more modular pieces?
- Is there dead code which can be deleted? Or TODO comments which should be resolved?
- Look for code used by other adapters. Encourage adapter submitter to utilize common code.

0 comments on commit 06677e3

Please sign in to comment.