Hacker News new | ask | show | jobs
by culi 1200 days ago
I think the biggest benefit I've found is TypeScript's inference is extremely smart and in fact it's considered a best practice to basically write as little TypeScript as possible and rely as much as possible on TS's inference

In general, if a "best practice" of a language is to write less code that tends to translate to great productivity