Have to add that we work exclusively in strongly-typed languages. Kinda want to see how it plays out, but I can’t help but argue with him, so I think I’ll just go.

  • Pyro@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    24 days ago

    Typing when you need it gives you more freedom over a toggle. You can choose to type some parts of the code while leaving other parts untyped.

    For example, if I’m writing a quick and simple Python script I may forgo typing, but when iterating on it I’d go back and add the types I need.