home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Developer / resources / classes / misckit / MiscKit.mbox / text0048.txt < prev    next >
Encoding:
Text File  |  1993-10-26  |  845 b   |  22 lines

  1.  
  2. > Isn't this precisely what "Categories" are for?
  3.  
  4. This is kind of what I'm leaning toward right now.  There's no
  5. doubt in my mind that the String class suffers from creeping
  6. featuritis, but you'll also notice that for all the methods
  7. I've added over time, I have never added instance vars.  That
  8. means that most, if not all, of the methods would be just
  9. fine in categories.  How should we break it down, though?  If
  10. you make it too tiny, it's a pain to include all those files,
  11. but if it's too granular, then you end up with a lot of extra
  12. code...  So some sort of compromise needs to be discovered.
  13.  
  14. With everything else, I haven't had much time to give this
  15. thought, even though I'm well aware of the problem, as Carl
  16. pointed out in his message (which absolves me of repeating my
  17. discussion with him, since he already did...).
  18.  
  19. Later,
  20. -don
  21.  
  22.