eric huang
eric huang
As I know... Sets are types for programmer. If I write a function that given the same type of input(e.g. 1, 2, 3) and returns different type of output(e.g. 'a',...
@JalexChang Thanks for your reply.😘 Distributed locking mechanism might be a little bit violate ddd, since `lockServer` is not business logic(concept). Also required to mock `lockServer` when perform unit testing....
I'm just read some pages of DDD books and blogs. They love DDD, and trying to share the good part of it. But just like talking about clean architecture, most...
@sj82516 Imagine you have multiple different use-cases and multiple repository implementations. If you want to directly call use-case in repo, which use-case should you invoke? Let controller parse the request...