designdiscussionhelp wantedrefactor
仓库指标
- 星标
- (60 个星标)
- PR 合并指标
- (30 天内没有已合并 PR)
描述
This includes:
- Create a
Tagclass.- Has attributes
nameandvalue. - Format-specific tag classes inherit from
Tag. - All tag parsing logic moves to the appropriate tag classes.
- Has attributes
- Refactor
Tagsclasses to support both plain values andTaginstances in some way.