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

Programmer Humor

855 readers
1 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
[–] magic_lobster_party@kbin.run 11 points 8 months ago (2 children)

Just use JQuery (with a PHP backend)

[–] mynamesnotrick@lemmy.zip 11 points 8 months ago* (last edited 8 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 5 points 8 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.

[–] NuclearDolphin@lemmy.ml 2 points 8 months ago

Every person I know who used JQuery seems to really miss it. My only impression of it is that it looks goofy. Similar for PHP, but my only experience with it is Nextcloud causing me nightmares.