feat(post): add another con to HTML
This commit is contained in:
parent
d3811df2ce
commit
faa784a0a4
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
"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.
|
||||
</li>
|
||||
<li>
|
||||
Similarly, CSS styling (inline/stylesheet) works at the small
|
||||
scale. However, with styles being completely divorced from the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue