Open javierfernandes opened 8 years ago
See https://sites.google.com/site/programacionhm/conceptos/mixins to understand Wollok philosophy.
I was thinking that we should add for this a new "Linearization diagram" for showing only inheritance & mixins relationships, the way Javi described
B --> M1 --> A
D --> M1 --> M2 --> C
and leave current Static diagram "regular".
Actually the best would be to show the linearization chain. I mean, the result of mixing it in a given class. Even if that means duplicating the Mixin "box".
For example:
Then I think that it would be useful to show this
Or maybe having a button to show linearization / regular layout. :)