Open Ducasse opened 3 hours ago
Or it should remove the browseAll method. We should stop to cross layers this way. A domain object should not make reference to UI elements freely.
browseAll <script> | methods | methods := self all flatCollect: [ :breakpoint | breakpoint link methods ]. Smalltalk tools messageList browse: methods
=>
browseAll <script> | methods | methods := self all flatCollect: [ :breakpoint | breakpoint link methods ]. self application tools messageList browse: methods
http://rmod-pharo-mooc.lille.inria.fr/AdvancedDesignMooc/Slides/M9-4-CaseStudy-06-LayeredSettingsArchitecture.pdf
Or it should remove the browseAll method. We should stop to cross layers this way. A domain object should not make reference to UI elements freely.
=>