Tech article
My duplicate-code detector flagged the check I had just written. I deleted the duplication, not the rule.
Community description: A detector in my build looks for repeated code shapes. It caught a ten-line window shared between two...
Dev.to | Sep 13, 2026 | Mahiro Hirakawa
Automated excerpt
A detector in my build looks for repeated code shapes. Normalise before comparing, if you want to find duplication that matters. A dedup refactor needs a behaviour-preservation control, not a duplication count.
Selected automatically from source text; not independently written or fact-checked. Read the original for full context.