Closed Anahkiasen closed 9 years ago
Removal of identifiers in the code. I scrapped the NamedDefinition base class since it didn't serve any purpose anymore and we already have DefinitionInterface to check for a common interface between all definitions.
NamedDefinition
DefinitionInterface
Thanks!
Removal of identifiers in the code. I scrapped the
NamedDefinition
base class since it didn't serve any purpose anymore and we already haveDefinitionInterface
to check for a common interface between all definitions.