dwyl/learn-elixir

Extend README Documentation

Open

#21 ouverte le 8 févr. 2017

Voir sur GitHub
 (5 commentaires) (2 réactions) (0 assignés)Elixir (113 forks)batch import
discussenhancementhelp wanted

Métriques du dépôt

Stars
 (1 695 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

Currently the README.md gives a good introduction by covering the basics. I feel as though this should be extended further to include more things integral to a functional programming language:

  • immutability
  • recursive functions
  • partial application
  • heads and tails

Does anyone have any thoughts on things to include?

Initial list of topics to add or extend within the documentation:

  • Generating an elixir project
  • Object Oriented vs Functional
  • Native Modules
  • Module Documentation
  • Testing
  • Pattern Matching - extend #57
  • Elixir -> Erlang -> BEAM
  • Pipe Operator
  • Maps
  • Keyword Lists
  • Structs

Guide contributeur