summaryrefslogtreecommitdiff
path: root/gemfeed/2021-09-12-keep-it-simple-and-stupid.html
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-10-02 21:57:26 +0300
committerPaul Buetow <paul@buetow.org>2021-10-02 21:57:26 +0300
commit005bb26cb2d7f2f237afcf3bcc8a0a6741681b83 (patch)
tree9b1c6bbad4b95b638f7094ba043ce0d9cb55f520 /gemfeed/2021-09-12-keep-it-simple-and-stupid.html
parentc68c75fc72bd9761b84a83cfff7c9a6320238dca (diff)
Publishing new version
Diffstat (limited to 'gemfeed/2021-09-12-keep-it-simple-and-stupid.html')
-rw-r--r--gemfeed/2021-09-12-keep-it-simple-and-stupid.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/gemfeed/2021-09-12-keep-it-simple-and-stupid.html b/gemfeed/2021-09-12-keep-it-simple-and-stupid.html
index 6f0335ab..a898d6f6 100644
--- a/gemfeed/2021-09-12-keep-it-simple-and-stupid.html
+++ b/gemfeed/2021-09-12-keep-it-simple-and-stupid.html
@@ -111,7 +111,7 @@ p.quote:after {
<h2>KISS for programmers</h2>
<p>Not to mention, keeping things simple and stupid also reduces the potential malicious attack surface. It's not just about the software and services you use and operate. It's also about the software you write. Here is a nice article about the KISS principle in software development:</p>
<a class="textlink" href="https://thevaluable.dev/kiss-principle-explained/">https://thevaluable.dev/kiss-principle-explained/</a><br />
-<h1>Then KISS is not KISS anymore</h1>
+<h1>When KISS is not KISS anymore</h1>
<p>There is, however, a trap. The more you spend time with things, the more these things feel natural to you and you become an expert. The more you become an expert, the more you introduce more abstractions and other clever ways of doing things. For you, things seem to be KISS still, but another person may not be an expert and might not understand what you do. One of the fundamental challenges is to keep things really KISS. You might add abstraction upon abstraction to a system and don't even notice it until it is too late.</p>
<p>Enough ranted for now :-). E-Mail me your thoughts at comments@mx.buetow.org!</p>
<a class="textlink" href="../">Go back to the main site</a><br />