<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Maintainability on Nalar</title>
    <link>https://nalar.dev/tags/maintainability/</link>
    <description>Recent content in Maintainability on Nalar</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 02 Sep 2026 00:00:00 +0700</lastBuildDate>
    <atom:link href="https://nalar.dev/tags/maintainability/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Parallel Change for Safe Interface Refactoring</title>
      <link>https://nalar.dev/parallel-change-for-safe-interface-refactoring/</link>
      <pubDate>Wed, 02 Sep 2026 00:00:00 +0700</pubDate>
      <guid>https://nalar.dev/parallel-change-for-safe-interface-refactoring/</guid>
      <description>&lt;p&gt;Changing a shared interface is risky when many callers depend on it. A large &amp;ldquo;update everything at once&amp;rdquo; patch can work in a small codebase, but it becomes harder to review, deploy, and roll back as dependencies spread across modules or services.&lt;/p&gt;&#xA;&lt;p&gt;Parallel change is a refactoring technique that keeps old and new interfaces working side by side for a limited period. The migration happens in three stages: expand, migrate, and contract.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
