feat(post): add another con to HTML

This commit is contained in:
Barrett Ruth 2024-06-22 13:58:35 -05:00
parent d3811df2ce
commit faa784a0a4

View file

@ -65,6 +65,13 @@
the readability and composability that many JavaScript frameworks
bring to the table.
</li>
<li>
Re-using code is odd. For example, I created a
&quot;common.js&quot; with general utilities&mdash;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.
</li>
<li>
Similarly, CSS styling (inline/stylesheet) works at the small
scale. However, with styles being completely divorced from the