grasshopperTrainer / CADengine

Engine for CADing application.
1 stars 1 forks source link

fix name 'EntityFactory' #56

Closed grasshopperTrainer closed 3 years ago

grasshopperTrainer commented 3 years ago

it works as a factory but also is a record. It's not fully a factory as instance of it prohibits creating new instance if instance of a current context has already been created. So maybe better use 'Dispenser'. Or something else better... 'MetaEntity'?