bluemagicsource / magic-config

bluemagic properties library
9 stars 6 forks source link

Create more efficient method of decorating #20

Open sdobberstein opened 12 years ago

sdobberstein commented 12 years ago

Currently our decorating is inefficient. Say for example, we have 3 single tags...

1) Add single Tag 2) Check for single tags, parse them out, add your tag, reorder them, then add them back. 3) Check for single tags, parse them out, add your tag, reorder them, then add them back.

Same thing for other tags as well....

There has to be a better way, where we can just decorate it once and be done with it, instead of having to reparse out the tags every time and order them.

jackrod commented 12 years ago

We should circle back and add efficiencies to all aspects of decoration.