|
ConfigurationOfxxx
New naming convention for Metacello configurations
This is a naming convention that Tudor Girba started using for the Moose project naming the Metacello configuration class and package: ConfigurationOfMoose. If the naming convention is used all of the Metacello configurations are put in close proximity in the Class Browser (when sorted alphabetically) and the Monticello Browser, so configuration classes and packages are easy to find. It also makes it easy to recognize that Metacello is being used for a project. If you've started a Metacello configuration you should start using the naming convention, just rename the class, and save it in a new package. Your version meta data (the important stuff) is preserved. Also don't forget to update your class-side #ensureMetacello method to use ConfigurationOfMetacello (see the class MetacelloConfigTemplate for an up-to-date example). |
Sign in to add a comment