• ramirezmike@programming.dev
    link
    fedilink
    English
    arrow-up
    1
    ·
    12 hours ago

    a big part of the complexity in programming (especially game programming) comes from balancing flexibility with speed (both implementation and performance). At some point, decisions are made weighing out risks, priorities and plans that will solidify a part of the code base in favor of speed (or some other factor) at the cost of flexibility.

    this happens all the time

    A lot of the reasons a solo dev or modder seems like they can progress so fast changing things is they aren’t facing a lot of the same factors and they aren’t needing to go through any rigorous testing.

    At some point in the process, there’s too much risk and and overhead involved to make any change. This is totally normal from triple A down to game jams.

    And, you can’t ignore that some of these things come down to game design. A change like you’re suggesting, just adding a light, can negatively affect the balance of things even if it seems like it wouldn’t.