music-notation-swift / music-notation-core

Music Notation Library in Swift (Deprecated. See `music-notation` instead)
MIT License
115 stars 16 forks source link

Rework NoteCollection Equatable Implementation #8

Closed drumnkyle closed 3 years ago

drumnkyle commented 8 years ago

The implementation for NoteCollections use of Equatable is not good right now, because it is making the NoteCollection aware of the structs that implement the protocol. I did not see a great way around it immediately, because I wanted to be able to easily compare two instances of NoteCollection.

drumnkyle commented 4 years ago

May not be needed with #150