"Stephen R. van den Berg" srb@cuci.nl wrote:
Most logical would be under a module named IO, so it would become IO.USB.devices and IO.OneWire.devices or somesuch.
IO sounds like a container module for all things i/o, but in reality there's already a whole lot of i/o elsewhere (Stdio, Protocols, ...). Do you have any coherent vision for what this new container would contain and not contain?
(Personally I favor a very flat namespace - the top level is afterall the most convenient one, so let's use it. ;) I've never understood the benefit of Standards.pmod, in particular.)