Communicating Intention with Functional TypeScript by Thiago Temple

preview_player
Показать описание
We spend a lot of our time reading code for many different reasons, code that may have been written by yourself or someone else. So why not do our future selves and colleagues a favour and write code that at a glance will communicate what it's doing? And while doing that let’s leverage what TypeScript has to offer as well as some good functional programming practices. In the end, we want to spend less time trying to understand some “clever” code or uncover some hidden surprises and more time shipping value to our clients.

About Thiago:

Рекомендации по теме
Комментарии
Автор

I saw what you did there! Scott Wlaschin lectures are the best. Glad to see more and more people taking a look at functional programming (and Scott Wlaschin lectures too),

temoncher
Автор

These are very nice pieces of knowledge and advice. Thank you

DanielMelogpi
Автор

Really great talk, the Immutable type is really nice to use.

FrontBeginners
Автор

Thanks! Amazing talk!

I have spent 3+ months in haskel since then I wanted to bring concept of Maybe so hard in typescript projects. (it's named Option in this talk)
But even this simple concept is so hard for junior/midle enginers, they get confused so much :D

simon-r
Автор

Interesting talk: 14:30 at first glance I don't like that at all. I would love to see a counter example of why that approach would be desirable in a codebase.

tormentoxx