#functional-programming
Read more stories on Hashnode
Articles with this tag
When I started building software professionally we defaulted to: Everything being mutable everything being nullable everything being...
I wrote a blog post in Typescript on leveraging Union types to remove impossible states. Since then I have moved into Kotlin development. Kotlin too...
Some patterns in the typed functional world are quite handy. The most prominent pattern is that of using Union and Product Types to model data to...