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