July 16, 2009
4:41 p.m.
To me the most important thing is that at all points in time I know exactly what changes when I compile a method.
Simple if you are in a class, you change that class, your change take precedence over trait methods. If you are in trait you change the traits => the classes using that trait got that changes except if they redefined the methods. Stef