• masterspace@lemmy.ca
    link
    fedilink
    English
    arrow-up
    7
    ·
    edit-2
    20 hours ago

    Lol, “the C Programming language is an abstraction of assembly and I for one, won’t have it!”

    Some of those frameworks and no code platform bloat are because of that. Most are there to make working on large multi team software projects feasible.

    • 🌸𝓯𝓵𝓸𝔀𝓮𝓻🌸@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      4
      ·
      20 hours ago

      It’s not the first time one team makes a module with an API. The other team needs a few lines of data from that module but the filter in the API is bad, so just retrieve millions of rows and apply your own filter to get the two rows. There is no event trigger, so keep polling those two lines every second. Multiply with dozens of modules and a bunch of politics that refuse to make changes and you get a very sluggish application.