|
|
|
|
|
by AlchemistCamp
729 days ago
|
|
This seems to be the case for 99% of people I've noticed worrying about types for Elixir. I've worked with a wide spectrum of type systems and none of the things that caused issues for me due to typing in large JS or Ruby projects ever did in Elixir. The schema-based structs and pattern-matching make a huge difference. I don't feel quite as confident of a poorly tested Elixir code base as one written in Rust, but I'd take it over one written in TypeScript or Obj-C any day of the week. |
|
https://phoenixonrails.com/blog/you-might-not-need-gradual-t...