You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This directory is used to isolate the domain of the application.
7
-
The directory structure of the template is an example and should be modeled according to the characteristics of the application, such as functionality and maintainability.
5
+
This directory is used to isolate the domain of the application. The directory structure provided is just one example; please model it according to the specific characteristics of your application, such as its functionality and maintainability.
(The directory structure of the template is an example and should be modeled according to the characteristics of the application, such as functionality, maintainability, etc.)
33
+
We will describe the role of each directory.
34
+
(This directory structure is just an example; please model it according to the specific characteristics of your application, such as its functionality and maintainability.)
The `content` directory contains classes for dynamically generating animations created by the Animation Tool.
49
-
It may be a good idea to create a `service` directory to be responsible for accessing the `domain`.
45
+
The `content` directory contains classes for dynamically generating `DisplayObject`s created by the Animation Tool. Dynamically generated `DisplayObject`s execute their `initialize` function upon startup. It might also be a good idea to create `service` and `usecase` directories to handle the responsibility of accessing the `domain`.
0 commit comments