this post was submitted on 19 Aug 2025
1436 points (99.5% liked)
Programmer Humor
25844 readers
2839 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm currently doing this with an angular project that's a bit of a clusterfuck. So many layers.
I'm still having to break it down into much, much smaller chunks and it's not able to do much, but it is helpful. Most useful thing was that I started with writing a pure SQL query with several joins and told it "turn this into linq using existing entities".
I think they'll completely replace ORMs.