AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Using Types in Elixir
I think that I would like to see more embrace for types. Any kind of compiler type hints like that can really improve refactoring and understanding. It forced me to think about what am I putting into it? What am I expecting it to take out or what am I expect it to give me back? What's the return? That is kind of the same thought process. So I learned a lot about how to think about those things differently.