designdiscussionhelp wantedrefactor
Repository metrics
- Stars
- (60 個のスター)
- PR merge metrics
- (30d に merged 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.