Skip to content

Commit 06677e3

Browse files
authored
Update code-reviews.md (prebid#3905)
1 parent 467f728 commit 06677e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: docs/developers/code-reviews.md

+1
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@ Some examples include:
4242
- Does the code use any global, mutable state? [Inject dependencies](https://en.wikipedia.org/wiki/Dependency_injection) instead!
4343
- Can the code be organized into smaller, more modular pieces?
4444
- Is there dead code which can be deleted? Or TODO comments which should be resolved?
45+
- Look for code used by other adapters. Encourage adapter submitter to utilize common code.

0 commit comments

Comments
 (0)