Skip to content

Commit

Permalink
Docs: Update code-reviews.md (prebid#3431)
Browse files Browse the repository at this point in the history
  • Loading branch information
bretg authored and sergseven committed Dec 23, 2024
1 parent 01bae05 commit 2449a86
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 @@ -43,3 +43,4 @@ explaining it. Are there better ways to achieve those goals?
- 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 2449a86

Please sign in to comment.