microsoft / TypeScript-New-Handbook

Incubation repository for the new TypeScript handbook 🐣
MIT License
649 stars 27 forks source link

Clarify that the IO types of a function are important #29

Closed elibarzilay closed 1 year ago

elibarzilay commented 4 years ago

People who are used to dynamic type system are likely to get blocked on a "but I can check the type of functions too" — they miss the fact that the IO types are needed.