ZooeyMiller / elixir-video-plan

A place to expand on ideas for a video introduction to Elixir
1 stars 0 forks source link

Do we need to introduce Elixir from the bare basics? #1

Open ZooeyMiller opened 7 years ago

ZooeyMiller commented 7 years ago

In the learn-elixir repo we give installation instructions and the links to some (awesome) videos and a link to elixirschool.com to get the user acquainted with what Elixir is.

Do we need to have an introduction to what Elixir is in our own videos, or should we just suggest that the user watches the videos/reads the material linked in the README? I suppose it depends on whether we want these videos to be able to completely stand on their own, or to be an accompaniment to the README of the learn-elixir repo.

I can see arguments for both so am keen for input!

finnhodgkin commented 7 years ago

I'd say that installation instructions are probably a step too far. Learn Elixir and https://elixir-lang.org/install.html cover installation pretty thoroughly. It's also a bit useless running through instructions in a video when they vary so much between operating systems.

I think more general introductory stuff would be great - an overview of types / pattern matching / Enum wouldn't take a huge amount of time to record, but feeds in to the rest of Elixir so nicely.