Should you annotate or let TypeScript infer the types?

Lately, I’ve been thinking about how one can decide whether to annotate or let TypeScript infer the types of variables/expressions whenever it can. If you don’t know what Type Inference is, refer to the official guide. If you’re using Flow, this article w… Read more

Similar

TypeScript Magic

At Artsy, we love TypeScript. We use it in most of our node/web/mobile repos. Today, I want to talk about a specific case we found while trying to ... (more…)

Read more »