DEV Community

Discussion on: How Learning Elixir Made Me a Better Programmer 🥃

Collapse
 
exadra37 profile image
Paulo Renato • Edited

For me the best resources to learn Elixir and to do the shift from Object Oriented Programming to Functional Programming are:

Both resources are from PragDave that does an excellent job in introducing us to the Functional Programming paradigm and how to write Elixir in a very clean and decoupled way.