Repos / s4g / 9d7d47c95a
commit 9d7d47c95a0d229a6ba4208900b5db6df5e74a8c
Author: Nhân <hi@imnhan.com>
Date:   Thu Aug 24 16:22:33 2023 +0700

    excuses

diff --git a/README.md b/README.md
index 355acab..4eb5932 100644
--- a/README.md
+++ b/README.md
@@ -57,3 +57,12 @@ # Potential nice-to-haves
 - Checked internal links (link to other article, to other article's asset)
 - Warn when linking to redirected content
 - Minify/prettify HTML
+
+# Dev notes
+
+`writeablefs` is admittedly an unnecessary abstraction. The prospect of
+replacing the native filesystem backend with something else is highly unlikely
+in the first place. I simply wanted to get used to the ergonomics of
+programming portably against an FS interface. I've already violated that in my
+recent commits anyway. When I'm sufficiently bored I'll most likely remove it
+wholesale.