• python@lemmy.world
    link
    fedilink
    English
    arrow-up
    10
    ·
    24 hours ago

    Because it’s not fun. Coming up with algorithms and elegant code is the most fun part about programming for me, and debugging pages of sloppy code is the least fun. AI makes the parts I like less fun and increases the amount of sloppy bullshit code I have to debug.

    • FreedomAdvocate@lemmy.net.au
      link
      fedilink
      English
      arrow-up
      1
      ·
      3 hours ago

      Why are pages of sloppy code being approved into your code base?

      Remember that AI isnt just trained on poorly written code, but also on the most elegant and innovative code there is. It can suggest and allow your code that is far above your level as well.

    • chilicheeselies@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      arrow-down
      1
      ·
      13 hours ago

      I use AI as sort of a pair programmer buddy. Sometimes I see what tis producing and know i can do better. Sometimes it does something i didnt know was possible and i kearn something new. Other times its a middle ground, where it shows a solution i didnt think of, but now that i uave seen it i can write a better version of that solution.

      Youre missing out on learning oppurtunities by not leveraging it. To each their own though