TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Programming Rules and Conventions

39 点作者 fogus超过 12 年前

6 条评论

peteretep超过 12 年前
Although the examples are in Erlang, none of this seems particularly Erlang-specific
评论 #5165983 未加载
jlouis超过 12 年前
This reference is full of sound advice for the new Erlang programmer. If you break it, you need to have a good reason to do so.<p>Also the seasoned Erlang programmer will find it useful.
jweir超过 12 年前
<i>Don't allow private data structure to "leak" out of a module</i> offers a great example in module, type, or even class design.
评论 #5166975 未加载
loup-vaillant超过 12 年前
<i>3.1 Export as few functions as possible from a module</i> — <i>3.2 Try to reduce intermodule dependencies</i><p>At last a coding convention guide that deals with something other than <i>syntax</i>. And at the very beginning to boot. If I ever have a say to such things at work, I'm going to take some inspiration from that.
informatimago超过 12 年前
How good can a programming language with such a long and complex programming rules and conventions book be?
评论 #5166211 未加载
vemv超过 12 年前
Why not program defensively?
评论 #5166002 未加载
评论 #5166163 未加载
评论 #5166624 未加载