this post was submitted on 30 Nov 2023
126 points (91.4% liked)

Programmer Humor

32197 readers
396 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] JohnnyCanuck@lemmy.ca 5 points 10 months ago (1 children)

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.

[โ€“] SkyNTP@lemmy.ca 3 points 10 months ago

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.