component/sdkhelp wantedtype/proposal
仓库指标
- Star
- (41,524 star)
- PR 合并指标
- (平均合并 7天 14小时) (30 天内合并 20 个 PR)
描述
TimeCounterEvent in the Metrics module is now an abstract class, and events inherit from it to have the ability to calculate rt. Inheritance mechanism brings inflexibility and sometimes we have to inherit it in event generics. We can use composition pattern instead of inheritance