• 9point6@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    6 months ago

    The app working isn’t good enough, it needs to be maintainable. From a professional perspective, unmaintainable code is useless code.

    Code that mutates everywhere is generally harder to reason about and therefore harder to maintain, so just don’t do it (unless there’s literally no other practical way, but genuinely these are very rare cases)