• garretble@lemmy.world
    link
    fedilink
    English
    arrow-up
    10
    ·
    1 hour ago

    I had a bit of a breakthrough with some personal growth with my code today.

    I learned a bit more about entity framework that my company is using for a project, and was able to create a database table, query it, add/delete/update, normal CRUD stuff.

    I normally work mostly on front end code, so it was rewarding to learn a new skill and see the data all the way from the database to the UI and back - all my code. I felt great after doing a code review this afternoon to make sure I wasn’t missing anything, and we talked about some refactoring to make it better.

    AI will never give you that.

    • Joe@discuss.tchncs.de
      link
      fedilink
      English
      arrow-up
      1
      arrow-down
      2
      ·
      edit-2
      6 minutes ago

      No, but it can help a capable developer to have more of those moments, as one can use LLMs and coding agents to (a) help explain the relationships in a complicated codebase succinctly and (b) help to quickly figure out why one’s code doesn’t work as expected (from simple bugs to calling out one’s own fundamental misunderstandings), giving one more time to focus on what matters to oneself.

  • thejml@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    4
    ·
    34 minutes ago

    Copilot keeps finishing my code for me in near real time… it completely disrupts my train of thought and my productivity dropped tremendously. I finally disabled it.

    I LIKE writing code, stop trying to take the stuff away that I WANT to do and instead take away the stuff I HATE doing.

  • MadMadBunny@lemmy.ca
    link
    fedilink
    English
    arrow-up
    9
    ·
    edit-2
    2 hours ago

    But, will it work, huh? HUH?

    I can also type a bunch of random sentences of words. Doesn’t make it more understandable.

    • ryannathans@aussie.zone
      link
      fedilink
      English
      arrow-up
      5
      arrow-down
      4
      ·
      2 hours ago

      Some models are getting so good they can patch user reported software defects following test driven development with minimal or no changes required in review. Specifically Claude Sonnet and Gemini

      So the claims are at least legit in some cases

      • 6nk06@sh.itjust.works
        link
        fedilink
        English
        arrow-up
        6
        ·
        48 minutes ago

        Oh good. They can show us how it’s done by patching open-source projects for example. Right? That way we will see that they are not full of shit.

        Where are the patches? They have trained on millions of open-source projects after all. It should be easy. Show us.