Copy daily emails from Tome

This commit is contained in:
Oliver Davies 2025-08-21 18:06:57 +01:00
parent 1b8441608f
commit b438b27847
70 changed files with 1907 additions and 0 deletions

View file

@ -0,0 +1,7 @@
---
date: 2025-05-30
title: Do you need that module?
permalink: /daily/2025/05/30/do-you-need-module
---
<p>You've been asked to add some new functionality to a project.</p><p>There is a module or library available that you could download and use.</p><p>You could write a custom module.</p><p>But do you really need it?</p><p>Is there another way to implement the feature without adding more modules or libraries to your application or writing custom code?</p><p>Is there an alternative implementation that is easier to implement with what you already have?</p><p>How flexible are the requirements?</p><p>Can they be bent to fit within an existing solution?</p><p>Having less code in your application will make it easier to maintain and upgrade in the future, so keep it as lean and minimal as possible.</p>