www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Suggestion: Modules and namespaces

Hi all,

What do you think about a different way of organizing modules in phobos?

Example

- The socket modules should be put in namespace std.net;
- Modules that manipulate files and streams must be in std.io;

and so on.

Bruno.
Jul 14 2004