我想了解一些“最佳实践”对于埃尔兰?
我对 Erlang 编码很陌生,如果可能的话,想通过代码示例了解行业中的一些“最佳实践”。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
爱立信的 Erlang 编程规则和约定页面上列出了许多最佳实践。有很多代码示例。
There are a lot of best practices listed on Ericsson's Programming Rules and Conventions page for Erlang. There are many code examples.
另请查看 http://www.erlang.org/doc/efficiency_guide/users_guide.html Erlang 性能的八个神话部分是一本非常好的、简短的读物。
到目前为止,掌握 erlang 最佳实践的最佳方法是仔细阅读几个成功项目的源代码。我发现 mochiweb 来源特别有启发性。
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.