this post was submitted on 05 May 2025
102 points (95.5% liked)

Programming

20020 readers
121 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] mesamunefire@piefed.social 30 points 2 days ago* (last edited 2 days ago) (2 children)

I've done more than 18 years of dev work. I only hate js. All the other parts of the job are fine. Other languages are fine as well. I've had to learn so many. Hell I know cobol right along side ruby.

Js sucks. It sucks to debug. Its frameworks still have issues with basic stuff like many to many relationships.

All the solutions that don't use or use it sparingly work for years. The ones that rely on the language usually die a firey death by npm/yarn or get deprecated within 6 months.

[–] PunkRockSportsFan@fanaticus.social 17 points 2 days ago (1 children)

Js frameworks make php frameworks seems stable efficient and logical by comparison.

Yikes.

[–] mesamunefire@piefed.social 12 points 2 days ago (1 children)

Modern day php and laravel is actually not terrible.

But yeah I agree with you.

[–] msage@programming.dev -3 points 2 days ago

Laravel is shit.

I can believe it became popular only because devs don't care about the code.

[–] Zos_Kia@lemmynsfw.com 1 points 2 days ago

Its frameworks still have issues with basic stuff like many to many relationships.

Not sure what you mean by that. Do you mean ORMs? Which one and when did you try it?