mcnLeandro / UML_App

0 stars 0 forks source link

Refactoring tasks according to #10 #28

Closed mcnLeandro closed 3 years ago

mcnLeandro commented 3 years ago

There are tasks because of #10

mcnLeandro commented 3 years ago

Reconsidered and here are the file names Deleted suffix, because those files are already in interfaces directory, and duplicate names.

- app/
    |- interfaces/
        |- controller.js
        |- model.js
        |- view.js
        |- listener.js

In addition, controllers/columns_controller, listeners/arrows_listeners, and etc.. These are not added suffix, but the filenames are came from class names

coulmns_controller.js

class ColumnsController {
    ....
}

arrows_listener.js

class ArrowsListener {
    ....
}
mcnLeandro commented 3 years ago

Close this issue 835fff8