thebigmunch/audio-metadata

Refactor tag classes/structure

Offen

#16 geöffnet am 15.02.2020

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Python (13 Forks)github user discovery
designdiscussionhelp wantedrefactor

Repository-Metriken

Stars
 (60 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

This includes:

  • Create a Tag class.
    • Has attributes name and value.
    • Format-specific tag classes inherit from Tag.
    • All tag parsing logic moves to the appropriate tag classes.
  • Refactor Tags classes to support both plain values and Tag instances in some way.

Contributor Guide