> > What i dislike about traits that if it used multiple times, > browsing implementors of trait method will give you list of all very > same methods > where that trait is used. > So, if you not careful enough, you can mistakenly change method for a > single class, > instead of modifying trait method..
nope this does no longer happen in 2.0, I change implementors/senders to only show the method definitions. So trait methods are only shown on traits. aka, random changes don't happen that easily anymore
