Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Application Browser for tODE #268

Open
dalehenrich opened this issue May 21, 2016 · 0 comments
Open

Application Browser for tODE #268

dalehenrich opened this issue May 21, 2016 · 0 comments

Comments

@dalehenrich
Copy link
Owner

From Marten Feldtmann:

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant