• Serinus@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    7 hours ago

    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.