Still convinced TypeScript has added 10x more complexity and struggle to catch bugs that could be caught by CI. 🤷 I guess there's the fancy intellisense stuff too but I don't use it so 🤷🤷
@mauve i honestly find types most useful for doc linking, so i can describe and discover the intended shape of stuff. clojure does this with specs (which i like!) and i kinda think js / python just imitate rust for a fraction of the benefits. i’ve used types with python and it was cool for doc linking but primarily annoying
@mauve i honestly find types most useful for doc linking, so i can describe and discover the intended shape of stuff. clojure does this with specs (which i like!) and i kinda think js / python just imitate rust for a fraction of the benefits. i’ve used types with python and it was cool for doc linking but primarily annoying