我想了解一些“最佳实践”对于埃尔兰?

发布于 2024-08-20 22:59:36 字数 52 浏览 2 评论 0原文

我对 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

瘫痪情歌 2024-08-27 22:59:36

爱立信的 Erlang 编程规则和约定页面上列出了许多最佳实践。有很多代码示例。

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

天涯沦落人 2024-08-27 22:59:36

另请查看 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文