commit 1b44284a330f7496e3ff54ee2b9ed37cc7549acc
parent ba76085b0867ccf63842a9c13a3f37109b3a00ac
Author: Ville-Matias Heikkila <viznut@low.fi>
Date: Sun, 24 Jul 2022 13:37:06 +0300
oops
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/reuse.mdwn b/reuse.mdwn
@@ -10,7 +10,7 @@ In **software**, the question of reuse and reusability is more complicated.
Software can be constructed and discarded without waste (it's just patterns
of electrons), so it can't be compared to hardware in this case. You don't
need to feel sorry for programming something
-[[from scratch|redo from scratch], because the replaceability of software is
+[[from scratch|redo from scratch]], because the replaceability of software is
what computers are all about.
Excessive reuse easily leads to [[bloat]] and multiple layers of legacy, as