abstractive / ecell

Other
8 stars 1 forks source link

Move Line specifications from Designs to Shapes #17

Open sarahzrf opened 8 years ago

sarahzrf commented 8 years ago

Right now, Designs list which Lines a Figure should initialize when it's started. It might be a good idea to replace that with plain calls to initialize_line in a startup hook.

Not sure whether this is a good idea, but I think it's worth considering. It reduces complexity.