Closed javierfernandes closed 7 years ago
@javierfernandes Can we close this issue, and open a new one for Static Diagram with a DSL? So that students should be responsible for communicating
Why a DSL? You are introducing a new language to be learned, it will distract your students.
I have two alternate proposals: 1) Use wollok game to create a diagram builder... the challenge is how to do it without metaprogramming, :-) 2) Allow the student to create and customize diagrams from the UI, without DSLs.
On Mon, Jul 25, 2016 at 8:13 PM, Fernando Dodino notifications@github.com wrote:
@javierfernandes https://github.com/javierfernandes Can we close this issue, and open a new one for Static Diagram with a DSL? So that students should be responsible for communicating
- which relations
- which variables
- which methods are important.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/uqbar-project/wollok/issues/345#issuecomment-235036253, or mute the thread https://github.com/notifications/unsubscribe-auth/AEa1OYBT3aqeRAollmSSgGfuSnqS9_DTks5qZPzIgaJpZM4GSpqK .
Hmm... I buy it because certain relations would be the same as Wollok. I like 2) just because I haven't seen Wollok Game yet. I'll continue in #844
Currently the editor only shows the classes/objects declared on the current open file (in the editor). I would like it also to show those classes/objects internally referenced by the code. For example
This must show:
Maybe they should be shown with a different style to differentiate them.