<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Well-Factored</title><description>Notes on writing code that lasts: best practices, refactoring, and engineering judgment for working software engineers.</description><link>https://curiousengineer.dev/</link><item><title>Copy, Paste, Regret: The Hidden Cost of Repeating Yourself in Code</title><link>https://curiousengineer.dev/blog/copy-paste-regret/</link><guid isPermaLink="true">https://curiousengineer.dev/blog/copy-paste-regret/</guid><description>Why duplicated code is a ticking time bomb: what DRY actually means, how &quot;identical&quot; copies quietly diverge into different behavior, and the one caveat that keeps DRY from becoming its own disaster.</description><pubDate>Sun, 05 Jul 2026 18:30:00 GMT</pubDate></item><item><title>Diff, Merge, Breathe: How to Safely Unify Code Copies That Drifted Apart</title><link>https://curiousengineer.dev/blog/diff-merge-breathe/</link><guid isPermaLink="true">https://curiousengineer.dev/blog/diff-merge-breathe/</guid><description>A step-by-step field guide to real-world deduplication: find every copy, separate the bugs from the requirements, pin behavior with tests, and merge diverged duplicates without breaking production.</description><pubDate>Tue, 07 Jul 2026 18:30:00 GMT</pubDate></item></channel></rss>