We now have a dedicated Tag Collection class. While moving the access methods over from PpTag class-side to the collection instance side, it occurred to me that the new API will be significantly harder to use e.g. PpTagCollection uniqueInstance ensureNamed: aString vs. PpTag ensureNamed: aString
I wonder if a message or two could be left on PpTag class side...
We now have a dedicated Tag Collection class. While moving the access methods over from PpTag class-side to the collection instance side, it occurred to me that the new API will be significantly harder to use e.g.
PpTagCollection uniqueInstance ensureNamed: aString
vs.PpTag ensureNamed: aString
I wonder if a message or two could be left on PpTag class side...
I'll leave a few and think more