• gravitas_deficiency@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    32
    arrow-down
    3
    ·
    4 days ago

    I don’t think weakly- or dynamically-typed languages are a good thing to base computer science curriculum around. Yes, it’s “easier”. But you will genuinely have a FAR better understanding the language and the logic you’re writing in it if you work in the scope of strong and static typing - or, at least have linters that force you to (e.g. mypy for Python)