I've very recently started learning Pharo Smalltalk and my first assignment requires me to add three categories to a class, but the problem is that any information I find on the web is written before 2014, and the options are just not there anymore. How can I add categories to classes in Pharo 9.0?
I presume that the assignment consists in adding categories programmatically. In that case, this is how you could learn how to add a category.
organization
ClassOrganizer
ClassOrganizerTest
for testing it