Fork me on GitHub
#data-oriented-programming
<
2021-04-24
>
teodorlu09:04:26

That very episode sent me here right now.

teodorlu09:04:36

Interesting the praise Typescript is getting.

Yehonathan Sharvit16:04:59

Typescript is kind of similar to Clojure.spec and Malli in the sense that it provides a way to specify data shape à la carte!

Yehonathan Sharvit16:04:30

The idea is that we shouldn’t be force to choose between 100% flexibility or 100% type safety.

teodorlu20:04:17

Agreed. I find that Typescript uses that information quite effectively to provide editor-integrated assistance. It can almost feel like java, when writing something. to see what you can do with something.