stefanseefeld / faber

Faber
https://stefanseefeld.github.io/faber
Boost Software License 1.0
14 stars 2 forks source link

dynamic artefact creation #3

Closed stefanseefeld closed 6 years ago

stefanseefeld commented 7 years ago

provide support for artefacts to define more artefacts and inject them into the dependency graph as they are updated.

use-cases:

stefanseefeld commented 7 years ago

As it turns out, it's relatively easy to do the following during the update operation:

What is not quite so easy is the definition of the data flow, so this requires more design.

use-cases:

In other words, we need to carefully reconsider how feature-value and feature-set objects can be defined to provide fine control over their scope and lifetime.