<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Procs</title>
    <description>The latest articles on DEV Community by Procs (@proportanilityconstant).</description>
    <link>https://dev.to/proportanilityconstant</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4094330%2F8229fc2b-ceb6-4d31-9cc9-8f3f273a7479.jpg</url>
      <title>DEV Community: Procs</title>
      <link>https://dev.to/proportanilityconstant</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/proportanilityconstant"/>
    <language>en</language>
    <item>
      <title>Wrought - For stopping your over-engineered codebases.</title>
      <dc:creator>Procs</dc:creator>
      <pubDate>Tue, 25 Aug 2026 14:12:41 +0000</pubDate>
      <link>https://dev.to/proportanilityconstant/wrought-for-stopping-your-over-engineered-codebases-729</link>
      <guid>https://dev.to/proportanilityconstant/wrought-for-stopping-your-over-engineered-codebases-729</guid>
      <description>&lt;p&gt;What It Does?&lt;/p&gt;

&lt;p&gt;Wrought enforces two principles on every coding task:&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;Minimal Footprint - The smallest code that correctly solves the problem
Verified Completeness - Nothing is reported done until checked.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;The Ladder Hierarchy&lt;/p&gt;

&lt;p&gt;Before writing ANY code, agents run through this hierarchy:&lt;/p&gt;

&lt;p&gt;(a) YAGNI Check:           Is this feature actually needed right now?&lt;br&gt;
(b) Existing Helper:       Does a helper in this codebase already do it?&lt;br&gt;
(c) Standard Library:      Does the language/framework stdlib do it?&lt;br&gt;
(d) Platform Feature:      Does a native platform feature do it?&lt;br&gt;
(e) Dependency Check:      Does an already-installed dependency do it?&lt;br&gt;
(f) Minimal Code:          Write the minimum custom code possible&lt;br&gt;
(g) Test Required:         Does this change need a test in the same pass?&lt;/p&gt;

&lt;p&gt;Try by yourself by visiting github repo: &lt;a href="https://github.com/ProportanilityConstant/WROUGHT#self-verification-protocol" rel="noopener noreferrer"&gt;https://github.com/ProportanilityConstant/WROUGHT#self-verification-protocol&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/ProportanilityConstant/WROUGHT#self-verification-protocol" rel="noopener noreferrer"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>productivity</category>
      <category>tutorial</category>
    </item>
  </channel>
</rss>
