• seth@lemmy.world
    link
    fedilink
    arrow-up
    43
    ·
    7 months ago

    That would be object oriented programming. They took the subject occidented antigramming approach to development.

    • Rodeo@lemmy.ca
      cake
      link
      fedilink
      arrow-up
      23
      ·
      7 months ago

      subject occidented antigramming

      I knew there was a cool technical term for what I’ve been doing all these years.

      • sugar_in_your_tea@sh.itjust.works
        link
        fedilink
        arrow-up
        10
        ·
        7 months ago

        I’ve never heard of that phrase, but I like abject oriented programming. In this case, they’re using the concept of inheritance, but with assets:

        Inheritance is a way to retain features of old code in newer code. The programmer derives from an existing function or block of code by making a copy of the code, then making changes to the copy. The derived code is often specialized by adding features not implemented in the original. In this way the old code is retained but the new code inherits from it.