designdiscussionhelp wantedrefactor
Repository metrics
- Stars
- (60 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
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.