• BatmanAoD@programming.dev
    link
    fedilink
    arrow-up
    2
    ·
    4 hours ago

    But how does the alternative solutions compare with regards to maintainability?

    Which alternative solutions are you thinking of, and have you tried them?

    Rust has been mentioned several times in the thread already, but Go also prohibits “standard” OOP in the sense that structs don’t have inheritance. So have you used either Rust or Go on a large project?