dwyl / learn-elixir

:droplet: Learn the Elixir programming language to build functional, fast, scalable and maintainable web applications!
1.61k stars 108 forks source link

[Video] Do we need to introduce Elixir from the bare basics? #67

Open ZooeyMiller opened 7 years ago

ZooeyMiller commented 7 years ago

In the learn-elixir README 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!

ZooeyMiller commented 7 years ago

(comment originally from @finnhodgkin)

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.