开发者

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

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its curre开发者_运维问答nt form. For help clarifying this question so that it can be reopened, visit the help center. Closed 12 years ago.

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.


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


Also check out http://www.erlang.org/doc/efficiency_guide/users_guide.html The Eight Myths of Erlang Performance section is a pretty good, and short, read.

By far the best way to get a handle on erlang best practices is to peruse the source code of a couple of successful projects. I found the mochiweb source to be especially instructive.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜