mcnLeandro / UML_App

0 stars 0 forks source link

Interface Considerations #10

Closed mcnLeandro closed 3 years ago

mcnLeandro commented 3 years ago

Consideration

ClassesController.focus(), ClassesView.focus()

Can I use same interface like Focusable.focus(), or not(of course not, so how to distinct interface )

mcnLeandro commented 3 years ago

There's

mcnLeandro commented 3 years ago

You can wrote down all methods in View,Controller,Model, and Listener. https://whimsical.com/focus-FSa3jiXH3Rx5YvYobR5UE5 And I decided to simply add suffix like this.

Above are the interfaces that are need to each MVCL, and under are the interfaces that are added suffix.

sshot
mcnLeandro commented 3 years ago

I will make additional files

- app/
    |- interfaces/
        |- controllers_interface.js
        |- models_interface.js
        |- views_interface.js
        |- listeners_interface.js
mcnLeandro commented 3 years ago

Create new Issue #28 for manage tasks and close this issue for now