hogoww / Illicium

Translation from Pharo to C
3 stars 1 forks source link

Print use super, which isn't good #47

Closed hogoww closed 4 years ago

hogoww commented 4 years ago

In that particular case, the printer therefore visit the whole hierarchy of each class, making it unreadable. It should use an external function for the iv print, which uses super to have all ivs.

hogoww commented 4 years ago

Actually it should use super, which defines the walk of its contents. But we should have a walker that visit superclasses , and one that doesn't.

hogoww commented 4 years ago

done