seandenigris / The-Project-Project

Project Management unleashed from an "application" stovepipe, running on GToolkit (Smalltalk)
MIT License
2 stars 2 forks source link

Tag Facade? #7

Open seandenigris opened 2 years ago

seandenigris commented 2 years ago

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