Slide 6
Slide 6 text
所感Impression
● わりとサクッと実現できた。I was able to achieve this rather quickly.
● 単体テストはUsecase層(Clean Architecture)しかやってなかったが、
Gateway層が手軽になるのは助かる。
The only unit test I did was the Usecase layer (Clean Architecture), It would be great if the Gateway layer
could be done more easily.
● VS Codeの機能がまだ限定的で、今後に期待したい(特にgRPC)。
VS Code's functionality is still limited, and I hope to see more of it in the future (especially gRPC).
● 実務では10以上のサービスと連携するので、モックはありがたいかも。
In practice, we will be integrating with more than 10 services, so mocks may be helpful.
○ ただし、全てのサービスでモック実装は1チームで使うには大変。
However, implementing mocks for all services would be difficult for one team to use.