• 単体テストは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.