May 26, 2014
7:20 p.m.
Hi, I wonder is current implementation of that method is good: right now, it answers all categories, including virtual ones (âallâ). A lot of things are made in that assumption, but I wonder if is not better to answer just real categories and to create a new method called #allCategories to answer the reals and the virtuals. Also, I wonder if wouldnât be better to just deprecate #categories and use the correct abstraction: #protocols. any opinions? Esteban