<p>Something I mentioned during my <a href="/podcast/7-mike-karthauser-testing-legacy">podcast episode with Mike Karthauser</a> is a quote I saw recently:</p>
<blockquote>
<p>Code is a liability, not an asset.</p>
</blockquote>
<p>The more code you write, the more you have to maintain.</p>
<p>The more complex the code is, the harder it is to maintain.</p>
<p>For example, when adding a new page to a Drupal application, should you write a custom route, a Controller, and a Repository and write accompanying tests, or should you use the Views module?</p>
<p>Both can give the same result.</p>
<p>One involves writing and maintaining custom code; the other uses a no-code approach available in Drupal, which creates the page and output based on your selections.</p>
<p>There isn't a correct answer.</p>
<p>The option you choose will depend on what problem you're solving, what deadlines you're working to, and any precedents set within the project.</p>
<p>It also depends on whether you want to maintain the code you write over time, fix any bugs, refactor it, and upgrade it as part of major Drupal version upgrades.</p>
<p>Like a house, car or pet, any code you write will need ongoing care and maintenance in the future - not just now.</p>
<p>Something I mentioned during my <a href="/podcast/7-mike-karthauser-testing-legacy">podcast episode with Mike Karthauser</a> is a quote I saw recently:</p>
<p>The more code you write, the more you have to maintain.</p>
<p>The more complex the code is, the harder it is to maintain.</p>
<p>For example, when adding a new page to a Drupal application, should you write a custom route, a Controller, and a Repository and write accompanying tests, or should you use the Views module?</p>
<p>Both can give the same result.</p>
<p>One involves writing and maintaining custom code; the other uses a no-code approach available in Drupal, which creates the page and output based on your selections.</p>
<p>There isn't a correct answer.</p>
<p>The option you choose will depend on what problem you're solving, what deadlines you're working to, and any precedents set within the project.</p>
<p>It also depends on whether you want to maintain the code you write over time, fix any bugs, refactor it, and upgrade it as part of major Drupal version upgrades.</p>
<p>Like a house, car or pet, any code you write will need ongoing care and maintenance in the future - not just now.</p>