I’m having trouble understanding big code libraries in Pharo and Squeak, is there is a typical template script to generate a static class relationship diagram (not necessarily UML) and a dynamic object relationship diagram in Pharo or Squeak without need to install all the Moose suite? Someone knows how to install just the specifc packages for rendering?
I’m having trouble understanding big code libraries in Pharo and Squeak, is there is
Share
A large Smalltalk system is complex and takes a lot of time to understand. No tooling is going to make it easy. On the other hand, all the information is in the system and easily accessible using a workspace and the inspectors and browsers.