Re: why __traits not in trait module and not name it trait

2009-06-24 Thread Sam Hu
Thank you so much for your help! Just feel not so good that there are so many "__" in the code when making use of reflection from __traits. Regards, Sam

Re: why __traits not in trait module and not name it trait

2009-06-24 Thread Daniel Keep
Sam Hu wrote: > Yes,__traits did not stole my girl friend,but isn't better to name it trait? > And I have thought I can find it in trait moudle but I was wrong. It's not in a module because it's a keyword. You don't find "function" defined in any library. As for being called __traits instead

why __traits not in trait module and not name it trait

2009-06-24 Thread Sam Hu
Yes,__traits did not stole my girl friend,but isn't better to name it trait? And I have thought I can find it in trait moudle but I was wrong.