summaryrefslogtreecommitdiff
path: root/content/thoughts/javascript.md
diff options
context:
space:
mode:
authoryuzu-eva <cafebabe@disroot.org>2025-03-10 19:17:20 +0100
committeryuzu-eva <cafebabe@disroot.org>2025-03-10 19:17:20 +0100
commit0eaf96e59d38d199638150fbdb9e435a7603fe4a (patch)
treea05a7df41403baabe88de550fc636129b1c9c619 /content/thoughts/javascript.md
parentf4e283f9b24115b40c5a535064b2e87e9a6eb0a2 (diff)
removed content, as thats going into the db
Diffstat (limited to 'content/thoughts/javascript.md')
-rw-r--r--content/thoughts/javascript.md26
1 files changed, 0 insertions, 26 deletions
diff --git a/content/thoughts/javascript.md b/content/thoughts/javascript.md
deleted file mode 100644
index cd41140..0000000
--- a/content/thoughts/javascript.md
+++ /dev/null
@@ -1,26 +0,0 @@
-I do not like javascript.
-It definitely has its uses, but in my opinion many web developers use it as a
-crutch. I use uBlock origin to block javascript by default. Do you know how many
-websites don't work with this setting enabled? About 8 out of 10 times I visit a
-site, I get the "Please enable javascript" message, a blank white screen or a
-website that doesn't respond to any inputs. This is absolutely ridiculous. I
-don't expect to get a fully working website, but you should at least provide
-basic functionality.
-If your website doesn't even load without javascript enabled, then your website
-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 instead of full-blown
-frameworks.
-
-- I don't like javascript
-- I think the language in itself can sometimes be pretty stupid
-- 90% of websites are bloated as hell and take way too long to load because of
-it
-- it makes websites inaccessible to users that are blocking javascript if your
-site requires js to provide basic functionality, let alone load
-
-If you are a web developer, please don't use js or at least use it sparingly.
-
-This website will never use javascript.