joyofelixir icon indicating copy to clipboard operation
joyofelixir copied to clipboard

Focus on organizing and putting together real projects.

Open trosel opened this issue 8 years ago • 2 comments

What you have is fine, but to me, the only difficult part of Elixir is sending and recieving messages and how to wire it all together. What you have so far is what I would call "toy problems".

The message system and organizing modules in an intelligent way is something even veterans struggle with.

trosel avatar Jul 31 '17 00:07 trosel

Thanks for your suggestion :)

I plan on the final chapter of the book being a project that involves:

  1. Setting up a project with Mix
  2. Using a dependency from an external project
  3. Test-driven development with ExUnit
  4. Writing an application piece-by-piece

I haven't yet decided on what that application will be yet (although I have some ideas!) but I am hoping to combine as many of the concepts from the book as possible in the exercise.

radar avatar Jul 31 '17 00:07 radar

Maybe best saved for the sequel then. Because I think there is something intuitive about message passing that total beginners can understand.

It just hasn't been explained well by any resource I've read so far.

trosel avatar Jul 31 '17 00:07 trosel