Skip to content

Commit

Permalink
#154 update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ienaga committed Aug 4, 2024
1 parent 53494eb commit dfe8ac1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DEVELOP.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ npm run lint
```

## concept
各クラスのメソッドはusecaseもしくはserviceで実装しています。但し、serviceからserviceをコールするのは禁止しています。メソッドが簡素な場合は、serviceを直接コールし、複雑な場合やserviceからserviceを呼び出したい場合はusecaseを実装しています
各クラスのメソッドはusecaseもしくはserviceで実装しています。但し、serviceからserviceをコールするのは禁止しています。メソッドが簡素な場合は、serviceを直接コールし、複雑な場合や、複数のserviceを呼び出したい場合はusecaseを実装しています

Methods of each class are implemented by usecase or service. However, calling service from service is prohibited. If the method is simple, call service directly. If the method is complex or you want to call service from service, implement usecase.
The methods of each class are implemented by usecase or service. However, calling service from service is prohibited. If the method is simple, call service directly. If the method is complex or if you want to call multiple services, implement usecase.

### dependency diagram

Expand Down

0 comments on commit dfe8ac1

Please sign in to comment.