• kingthrillgore
    link
    fedilink
    145 months ago

    Don’t ever come to me saying “finally I am free from types” very few things make me angry. Rejecting types is one of them.

    Also its let foo and const foo depending on how you plan to use the variable…

    • @[email protected]
      link
      fedilink
      55 months ago

      I mostly work in Python, but we use types at work. For a hack day project I skipped typing stuff for like an hour, and then went “wait this sucks” and added types. It was easier overall.