• PhilipTheBucket@piefed.social
    link
    fedilink
    English
    arrow-up
    10
    ·
    1 day ago

    Yeah. I have no idea what the answer is, just describing the nature of the issue. I come from the days when you would maybe import like one library to do something special like .png reading or something, and you basically did all the rest yourself. The way programming gets done today is wild to me.

    • CameronDev@programming.dev
      link
      fedilink
      arrow-up
      3
      ·
      edit-2
      1 day ago

      I’m not sure its a problem in of itself, but i agree it definitely enables a problem. Between “is-even” and vibe coding, modern software engineering is in a very sorry state.

      • PhilipTheBucket@piefed.social
        link
        fedilink
        English
        arrow-up
        4
        ·
        1 day ago

        Yeah. I feel like in a few years when literally nothing works or is maintainable, people are going to have a resurgent realization of the importance of reliability in software design, that just throwing bodies and lines of code at the problem builds up a shaky structure that just isn’t workable anymore once it grows beyond a certain size.

        We used to know that, and somehow we forgot.