#elixir #functional programming #types #good code
Better domain modeling in elixir with sum types
https://robots.thoughtbot.com/blog/better-domain-modeling-in-elixir-with-sum-types
Better domain modeling in elixir with sum types
https://robots.thoughtbot.com/blog/better-domain-modeling-in-elixir-with-sum-types
thoughtbot
Better domain modeling in Elixir with sum types
Sum types are a powerful domain modeling technique. Let’s look at how to use them to remove invalid states.
#elixir #ruby #types #good code
Type systems and checking in elixir and ruby
https://thoughtbot.com/blog/types-in-dynamic-languages
Type systems and checking in elixir and ruby
https://thoughtbot.com/blog/types-in-dynamic-languages
thoughtbot
Type systems and checking in Elixir and Ruby
Adding type checking to dynamically typed languages is possible, and awesome!