thebigmunch/audio-metadata

Refactor tag classes/structure

オープン

#16 opened on 2020/02/15

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Python (13 件のフォーク)github user discovery
designdiscussionhelp wantedrefactor

Repository metrics

Stars
 (60 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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.

コントリビューターガイド