From faa784a0a489cac5ff19bcdf1ae74b626a0911ea Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sat, 22 Jun 2024 13:58:35 -0500 Subject: [PATCH] feat(post): add another con to HTML --- posts/software/designing-this-website.html | 7 +++++++ 1 file changed, 7 insertions(+) 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