A Clear, Concise & Comfy Code Review Checklist - DEV Community - 0 views
-
2 blocks doing similar things might be allowable, but 3 or more is a definitive red cross from me!
-
This would ultimately be integrated into your CI/CD pipelines running on each build/commit/deploy too; stopping any rogue commits getting in.
-
not to say that every code block that is duplicated needs to be refactored
- ...13 more annotations...