[erlang-questions] Erlang 3000?

Maxim Treskin zerthurd@REDACTED
Tue Nov 18 05:56:13 CET 2008


I think deep hierarchies of modules is very bad idea for usage in Erlang.

The main approach in programming on Erlang is bunch of well defined isolated
applications running on node(s), i.e. yaws+mnesia+kernel for web and so on.
Each application contains number of modules and names and functions of these
modules is unique through whole application. Moreover these names is very
simple due to deep hierarhies of module absence in Erlang.
I strongly against of functions like web.common.http.uri.util:escape/1.

-- 
Maxim Treskin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20081118/973820fe/attachment.htm>


More information about the erlang-questions mailing list