this post was submitted on 16 May 2024
3 points (100.0% liked)

Programmer Humor

32031 readers
1190 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
top 9 comments
sorted by: hot top controversial new old
[–] frezik@midwest.social 1 points 4 months ago (1 children)

Clearly, the solution is to write another layer of abstraction to unite them all.

[–] tiefling@lemmy.blahaj.zone 1 points 4 months ago (1 children)
[–] harry315@feddit.de 1 points 4 months ago

Is this the one with the competing standards? Are we having a meta meme now?

[–] ebc@lemmy.ca 0 points 4 months ago (1 children)

To any non-js dev taking this too seriously: A good half of the technologies mentioned in this meme are redundant, you only need to learn one of them (in addition to the language). It's like complaining that there are too many Linux distributions to learn: you don't, you just pick one and go with it.

[–] GlenTheFrog@lemmy.ml 1 points 4 months ago (1 children)

... until you run into a problem which you can't figure out on your own. Then you search the web, and only find how to do it with Y, instead of the technology you used which is called X. So after determining that you're truly stuck, you switch to Y. Until you get stuck again, you search the web, and can only find how to do it in Z. And everyone online tells you you're stupid to use X or Y in the first place. And the cycle continues.

This is why I gave up on being a web developer and stayed far away from JS.

[–] grrgyle@slrpnk.net -1 points 4 months ago

I came from a cpp background and loved it the moment I saw it. Like, you mean I just go var foo = ... and then I can put anything? No type casting?? No types??? Finally, I was free.

But I've always been more of a hacker than a real programmer. I've since learned that there are advantages to using types, static checking, etc...

[–] magic_lobster_party@kbin.run 0 points 4 months ago (1 children)

Just use JQuery (with a PHP backend)

[–] mynamesnotrick@lemmy.zip 0 points 4 months ago* (last edited 4 months ago) (1 children)

I unironically did for production apps (some of which that are still running). The last thing I did with JS was vanilla. I'm a simple person.

[–] EtzBetz@feddit.de 0 points 4 months ago

Well, if it gets the job done. I'd only argue about maintainability there maybe, as other devs get involved.

In my final apprenticeship work, I also only used vanilla php and argued that it would take too much time in this project to evaluate and learn a framework and that I know the vanilla way pretty good, so it's valid this way around.