diff --git a/posts/software/designing-this-website.html b/posts/software/designing-this-website.html
index 89455cc..1c93a5f 100644
--- a/posts/software/designing-this-website.html
+++ b/posts/software/designing-this-website.html
@@ -65,6 +65,13 @@
the readability and composability that many JavaScript frameworks
bring to the table.
+
+ Re-using code is odd. For example, I created a
+ "common.js" with general utilities—there is zero
+ indication (both to me and my language servers) that these
+ functions are exposed to other scripts included by the same HTML
+ file.
+
Similarly, CSS styling (inline/stylesheet) works at the small
scale. However, with styles being completely divorced from the