-
Notifications
You must be signed in to change notification settings - Fork 1
Observations
abstraktor edited this page Jul 14, 2015
·
2 revisions
-
built a "copy from class", "Run static method", and "Import whole Category" to automate flat loading of Squeak classes into the module system
-
how to migrate code? Browsing all reference classes from root or browsing all references to an imported class?
-
instance variable declarations are disconnected from the code that uses them. Why not to show the construction method of current module?
-
I didn't understand the indentaion in the tree view that displays the inheritance tree for a while. Why not to use characters like └ and ├:
Object
├ Apple
├ Car
└ Plug