ElixirConf 2016 - Refactoring Techniques for Elixir, Ecto, and Phoenix by Gary Rennie

Refactoring Techniques for Elixir, Ecto, and Phoenix by Gary Rennie Refactoring is an important aspect of writing software, it makes reading and understanding your code easier for the rest of the team. How many times have you read some code, thought ““who wrote this code?!““ only to have `git blame` display you as the author 6 months ago? Functional programming makes moving code around very easy, however there is more to refactoring than relocating code. In this talk, we will go over some of the features o
Back to Top