this post was submitted on 30 Nov 2023
120 points (91.1% liked)
Programmer Humor
35392 readers
8 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I was recently coding in javascript and it was actually fucking awesome. Not because it's a good language or anything like that...
It's awesome because ChatGPT/copilot is really really good at writing/analyzing/debugging javascript. I'm guessing it's because almost everything ever written in javascript is basically open source, so there is a ton of LLM training material. But whatever the reason, pretty much anything I asked it for, it could write, and I got a ton of shit done super quick.
Debatable whether minified JS is "open source", in the same way that compiled machine code is technically still visible, just unfeasible to comprehend (despite, or perhaps in spite of decompilers).
Anyway, minified JS lacks comments and prompts to read from. The explanation I have accepted is just the sheer massive quantity of JS code and libraries coupled with all the documentation surrounding it.