I would like to know some "best practices" for Erlang?

erlang

Solution

There are a lot of best practices listed on Ericsson's Programming Rules and Conventions page for Erlang. There are many code examples.

Problem

I'm quite new to Erlang coding and want to know what some of the "best practices" are in industry with code examples if possible.

Original source