I think deep hierarchies of modules is very bad idea for usage in Erlang.<br clear="all"><br>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.<br>
I strongly against of functions like web.common.http.uri.util:escape/1. <br><br>-- <br>Maxim Treskin<br>