• plyth@feddit.org
    link
    fedilink
    English
    arrow-up
    18
    arrow-down
    1
    ·
    7 hours ago

    Explicit programmers are needed because the general public has failed to learn programming. Hiding the complexity behind nice interfaces makes it actually more difficult to understand programming.

    This comes all from programmers using programs to abstract programming away.

    What if the 2030s change the approach and use AI to teach everybody how to program?

    • Gremour@lemmy.world
      link
      fedilink
      arrow-up
      6
      ·
      2 hours ago

      Hiding the complexity behind nice interfaces makes it actually more difficult to understand programming.

      This is a very important point, that most of my colleagues with OOP background seem to miss. They build a bunch of abstractions and then say it’s easy, because we have one liner in calling code, pretending that the rest of the code doesn’t exist. Oh yes, it certainly exists! And needs to be maintained, too.

    • Luccus@feddit.org
      link
      fedilink
      arrow-up
      6
      ·
      edit-2
      5 hours ago

      I find this to be a real problem with visual shaders. I know how certain mathematical formulas affect an input, but instead of just pressing the Enter key and writing it down, I now have to move blocks around, and oh no, they were nicely logically aligned, now one block is covering another block, oh noo, what a mess and the auto sort thing messes up the logical sorting completly… well too bad.

      And I find that most solutions on the internet forget that previous outputs can be reused when using the visual editor. Getting normals from already generated noise without resampling somehow becomes arcane knowledge.

      Edit: words.