wintermeyer / elixir-phoenix-ash

An Elixir, Phoenix and Ash Beginner's Guide
https://elixir-phoenix-ash.com
Other
10 stars 7 forks source link

Add information about keyword lists to the elixir introduction #17

Closed riverrun closed 4 years ago

riverrun commented 4 years ago

We will need to include some information about keyword lists. They are often used to set options in a function, and anyone creating a Phoenix app will see them very soon because the render function uses keyword lists to populate the assigns values.

We could add a short Keyword Lists section just before, or just after, the Maps section.