this post was submitted on 06 Aug 2023
553 points (91.8% liked)

Programmer Humor

19315 readers
192 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] garyyo 26 points 1 year ago (2 children)

If you don't hate a programming language you simply haven't used it enough or are delusional. Every language sucks in its own special way, js ain't special.

[–] [email protected] 9 points 1 year ago

cue “if those kids could read they’d be very upset”

[–] Reliant1087 0 points 1 year ago (2 children)

I agree with you that every language has its flaws but JS feels like it was a hodgepodge created without any design philosophy in mind. I don't use C or lisp in day to day work but I can appreciate their philosophies and power. Can't say the same about JS.

[–] fkn 6 points 1 year ago (1 children)

That's because it literally is the result of mozila, Microsoft and later Google fighting about what the right language choices were/are. Browser detection scripts and shims are still a thing, but back in the day we had to code that shit by hand every, and I mean every, minor version release of every browser.

[–] Reliant1087 2 points 1 year ago* (last edited 1 year ago) (1 children)

This is super interesting. But why isn't HTML or CSS a similar mess? I found their structure to be more logical than JS. Parts of JS feels like it's intended as a backend language but parts of it don't.

[–] fkn 2 points 1 year ago (1 children)

Wait, you don't think html is a mess? Lol.

Css benefited from coming much later than the other two... But it also has issues.

[–] Reliant1087 1 points 1 year ago (1 children)

I mean semantic html seems like a pretty okay markup language.

[–] fkn 1 points 1 year ago (1 children)

Lol. That's like saying js is ok as long as you never use the parts that 90% of js developers use.

[–] Reliant1087 1 points 1 year ago (1 children)

Really? I find that css is pretty much the ugly part of html. Html is no worse than markdown or latex. If you just wrote plain HTML and were okay with how it rendered, you would have nicely structured code.

[–] fkn 1 points 1 year ago* (last edited 1 year ago) (1 children)

My point is that if you only use the parts that don't bring confusion you have a problem... Nobody ever does that in production... Much less with any frameworks. There is no such thing as semantic html at scale or in any modern framework.

[–] Reliant1087 1 points 1 year ago (1 children)

That isn't the fault of the language though. It does what it was designed to well. Maybe it is I'll suited to achieve things it wasn't designed to do?

I could absolutely write code to do data analytics with C and gnuplot, does that mean they're the appropriate tools for doing that when pandas, SPSS, Julia or matlab exists? Probably not.

[–] fkn 1 points 1 year ago

Maybe I misunderstood your position. It seems like you are now saying you understand how html messy?

[–] [email protected] 5 points 1 year ago (1 children)

If it has a design philosophy, it's "never show an error, even when the user is wrong".

[–] Reliant1087 1 points 1 year ago

Made me lol :)