Clay language

Adam Ruppe destructionator at gmail.com
Wed Dec 29 06:40:31 PST 2010


spir wrote:
> But that's true for explicite imports as well:
>  import util : x1,x2,x3;
> -->
>  import oauth : x1,x2,x3;

Yeah, that's not too bad, since the changes are still just in
import lines. Though like I said in my last post, I don't see
much of a benefit here either.

> (Name qualification in code, I mean at use place, is best used for
> std or third-party lib, I guess.

I don't see a difference between the two. If the source module
matters, it matters if it is third party or not. If it doesn't
matter, well it just doesn't matter!


More information about the Digitalmars-d mailing list