Create a MusicXMLDecoder: XMLDecoder subclass #179
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Now that we are disabling
.trimValueWhitespaces
from our decoder, it may make sense to create anXMLDecoder
subclassMusicXMLDecoder
.This way we can use
MusicXMLDecoder
when testing atomic units, so we know we are working with the same thing when decoding a wholeMusicXML
object.This will also allow us to wipe
XMLCoder
from testing, which has seemed slightly out of place.The text was updated successfully, but these errors were encountered: