Elixir v1.16.0-rc.0 released

As a beginner getting involved with Elixir, the code snippets in diagnostics have been a great help.

7 Likes

Cheatsheets as first class citizens is excellent. I often learn faster by example than from an abstract specification. I think goes for a lot of people.

6 Likes

Fantastic work @angelikatyborska 
 please make more if you can spare the time and energy :slight_smile:

Since we are revisiting Getting Started and documentation
 Would this be a moment to consider at least some content about security and hardening Elixir applications?

I know it is uncommon for programming language guides to have sections about it, but it’s not (or shouldn’t be) an after thought. More secure applications = better applications.

2 Likes

You can find recommendations here:

I think an external guide is useful, because proper guidelines will need to talk about many topics, which might or might not be elixir core related. If e.g. phoenix or plug changes there shouldn’t be a need to update the elixir docs.

8 Likes