Import concerns revisited

Lucas Goss lgoss007 at gmail.com
Tue Jul 11 11:45:13 PDT 2006


Dave wrote:
> 
> There also the 'using x = [namespace|symbol];' form, which allows you to 
> assign a namespace _or_ a specific symbol a different name.
> 
> See: http://www.digitalmars.com/drn-bin/wwwnews?digitalmars.D/40005
> 

Ah, I had read that post after I posted.

> I think they by and large got it right.
> 

I think so too. C# imports are easier to work with than D.

> An interesting aside is that FQN's are pretty rare in C# as the amount 
> of code to type / scan / read explodes because of the long namespace 
> names in the .NET lib.

I've seen a few FQN's, but yes they are very rare.

Lucas



More information about the Digitalmars-d mailing list