[erlang-questions] Time to update programming rules?

Jon Gretar Borgthorsson jongretar@REDACTED
Fri Sep 5 00:04:31 CEST 2008


Nice.
This is the first time I have heard about them.
So I guess it really is time to update the documentation.

On Thu, Sep 4, 2008 at 9:01 PM, WildChild <alexander.uvarov@REDACTED>wrote:

> http://www.erlang.se/doc/programming_rules.shtml
>
> 7.7 Module names
>
> Erlang has a flat module structure (i.e. there are not modules within
> modules). Often, however, we might like to simulate the effect of a
> hierarchical module structure. This can be done with sets of related
> modules having the same module prefix.
>
> If, for example, an ISDN handler is implemented using five different
> and related modules. These module should be given names such as:
> isdn_init
> isdn_partb
> isdn_...
>
> We have packages! http://www.erlang.se/publications/packages.html
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://www.erlang.org/mailman/listinfo/erlang-questions
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20080904/1e01acba/attachment.htm>


More information about the erlang-questions mailing list