You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Application Browser in VASmalltalk is a class browser, which shows ALL content of an application (here: package):
it shows all defined classes and extended classes
it shows the class hierarchy
it shows all protocols
in the extended classes it shows the methods defined here
whatever you do in that application browser - you store it in the application (package) shown by the browser.
defined objects are black - other stuff is grayed out.
That's the most important browser I miss in Jade and in all other Smalltalks. I have my base model defined in one package and all the logic goes into extension methods of my domain classes and are stored in a different package.
The text was updated successfully, but these errors were encountered:
From Marten Feldtmann:
The text was updated successfully, but these errors were encountered: