EasyEngine/easyengine
在 GitHub 查看Create common FeatureContext class and extend it in other repos
Open
#1,174 建立於 2018年8月17日
good first issue
倉庫指標
- Star
- (1,984 star)
- PR 合併指標
- (平均合併 20天 14小時) (30 天內合併 7 個 PR)
描述
Currently each command has it's own FeatureContext class which is mostly slimilar. We should add mostly used functions in core and rest of the repos should extend that class and override any method if they need.