Many questions

Daniel Keep daniel.keep.lists at gmail.com
Mon May 4 02:08:10 PDT 2009



Liang Du wrote:
> Nick Sabalausky Wrote:
> 
>> "Fractal" <d294934 at bsnow.net> wrote in message 
>> news:gtlihm$tt0$1 at digitalmars.com...
>>> The namespaces: i used them with C++, and the idea of separation between 
>>> the uses of types, makes a very good layout. Because some namespaces 
>>> requires more types, always i write each class in separate files. D simply 
>>> breaks it, making a big amount of lines for imports.
>>>
>> ...
>>
>> This works fine and does exactly what you want.
>>
> 
> The namespaces is better !!!

That's debatable.  The hateful thing about namespaces is that they give
you absolutely ZERO clue as to where any particular thing is coming from.

If I see "tango.io.device.File", I know exactly where the source for
that module is.

  -- Daniel



More information about the Digitalmars-d mailing list