In the incubator-answer code, what is the difference between common in tag.TagService and tag_common.TagCommonService? Why is it designed this way?
In the incubator-answer code, what is the difference between common in tag.TagService and tag_common.TagCommonService? Why is it designed this way?
The main purpose is to solve the circular dependency problem. The tag service only supports the 'tag' API. The tag common service is intended to be used by other services such as question and answers.