• Kache
    link
    fedilink
    arrow-up
    10
    ·
    25 days ago

    I find it’s possible to operate Python as a statically typed language if you wanted, though it takes some setup with external tooling. It wasn’t hard, but had to set up pyright, editor integration, configuration to type check strictly and along with tests, and CI.

    I even find the type system to be far more powerful than how I remembered Java’s to be (though I’m not familiar with the newest Java versions).

    • DreamButt@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      arrow-down
      2
      ·
      25 days ago

      Ime anyone who is experienced enough knows how to avoid these Types of issues anyway (through tooling and good convention etc)