TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Programming Rules and Conventions

39 pointsby fogusover 12 years ago

6 comments

peteretepover 12 years ago
Although the examples are in Erlang, none of this seems particularly Erlang-specific
评论 #5165983 未加载
jlouisover 12 years ago
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.
jweirover 12 years ago
<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-vaillantover 12 years ago
<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.
informatimagoover 12 years ago
How good can a programming language with such a long and complex programming rules and conventions book be?
评论 #5166211 未加载
vemvover 12 years ago
Why not program defensively?
评论 #5166002 未加载
评论 #5166163 未加载
评论 #5166624 未加载