• FizzyOrange@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    8 days ago

    Yeah IntelliJ does amazingly without type annotations but even it can’t do everything. E.g. if you’re using libraries without type annotations, or if you don’t call functions with every possible type (is your testing that good? No.)

    Static types have other benefits anyway so you should use them even if everyone in your team uses IntelliJ.