xendk / cim

Moved to Drupal.org
http://drupal.org/project/cim
2 stars 0 forks source link

Clean up terminology #4

Closed xendk closed 12 years ago

xendk commented 12 years ago

We don't want the features situation where we have "feature components" and "feature sources" and code that unclear on what's it's referring to.... Starting point:

Needs work:

SnapshotInterface -> ConfigInterface ArraySnapshot -> ConfigArray Config -> ConfigDrupalConfig (must avoid confusion with the DrupalConfig class). perhaps?

And everything should be namespaced or prefixed.

xendk commented 12 years ago

New Snapshot class implemented.

xendk commented 12 years ago

SnapshotInterface -> ConfigInterface ArraySnapshot -> ConfigArray Config -> ConfigDrupalConfig done...

Left: Namespacing Changeset->identifier -> Changeset->sha

xendk commented 12 years ago

Renaming done.

All that's left is the namespacing.

xendk commented 12 years ago

Namespacing done.