data-oriented-programming

teodorlu 2021-04-24T09:45:26.020800Z

That very episode sent me here right now.

teodorlu 2021-04-24T09:45:36.021100Z

Interesting the praise Typescript is getting.

Yehonathan Sharvit 2021-04-24T16:57:59.022300Z

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 Sharvit 2021-04-24T16:59:30.024100Z

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

teodorlu 2021-04-24T20:22:17.025400Z

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.