mothervolcano / polka-folks

Ground testing project for vector drawing framework.
GNU General Public License v3.0
0 stars 0 forks source link

Consolidate the Model creation flow in the Archetypes. #9

Closed mothervolcano closed 1 year ago

mothervolcano commented 1 year ago

The current flow within the Archetype classes, from model configuration to generation, is overly complex and segmented. This premature segmentation has led to code duplication and could potentially constrain the project's combinatorial capabilities in the long term.

mothervolcano commented 1 year ago

One single method in the Archetype base class to mount the models: mount() One single loop each Archetype implementation for plotting the models. A couple more properties on the ModelConfig file to assist filtering operations.