• 🦊 OneRedFox 🦊@beehaw.org
    link
    fedilink
    English
    arrow-up
    5
    ·
    10 months ago

    I prefer strong static typing for the most part. I find it difficult to mentally model code when it’s not clear what exactly is being passed to functions and whatnot. Can also use them to help ensure code correctness. TypeScript has been a welcome addition to my projects over the years and honestly I want them to implement more functionality like pattern matching expressions.