the user of disttask framework don't need to care about two-way dependency
Open
type/enhancement
- Dominant language
- Go
- Stars
- 40.5k
- Forks
- 6.2k
- PR merge metrics
- PR metrics pending
Description
## Enhancement
Now every implementation of XXX will use framework's NewBaseXXX to create a BaseXXX, and point BaseXXX.Extension to the implementation. We can use reflection to let framework do it in an unified place.
like we have done it before in https://github.com/hanfei1991/microcosm/pull/192
Contributor guide
Assessment
This issue has not been assessed yet.