summaryrefslogtreecommitdiff
path: root/content/thoughts/javascript.md
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2024-11-23 03:03:30 +0100
committeryuzu-eva <stevenhu@web.de>2024-11-23 03:03:30 +0100
commit5dc043916c909733b5e5bb5662368b19e09dcde6 (patch)
treecea2664787eeee55d5ffd4cce42759096b5a3b50 /content/thoughts/javascript.md
parent87ce49091d80b5fe3cf16110d221c3a2dd8f68a6 (diff)
added new thought: muscle memory
Diffstat (limited to 'content/thoughts/javascript.md')
-rw-r--r--content/thoughts/javascript.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/thoughts/javascript.md b/content/thoughts/javascript.md
index 7f1c14c..cd41140 100644
--- a/content/thoughts/javascript.md
+++ b/content/thoughts/javascript.md
@@ -11,8 +11,8 @@ is shit.
Reconsider your approach. Don't just use whatever js framework is the current
flavour of the month (because a new js framework seems to appear every couple of
weeks). Build a working website with html+css and THEN use javascript to ENHANCE
-your website. Don't make it a requirement! Use simple AJAX (if you even remember
-what this is), instead of full-blown frameworks.
+your website. Don't make it a requirement! Use simple AJAX instead of full-blown
+frameworks.
- I don't like javascript
- I think the language in itself can sometimes be pretty stupid