Steven Schveighoffer Wrote:

> > The danger is that it's easy to miss accidental sharing and it's very  
> > hard to test for it.
> 
> I think this danger is rare, and it's easy to search for (just search for  
> ~= in your code, I did it with Tango).  I think it can be very well  
> defined in a tutorial or book chapter.

This might just be it. Experienced D programmers will avoid using ~= . It's the 
newbies who will be stumbling into these problems. 

Reply via email to