We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d59a91 commit b0ea210Copy full SHA for b0ea210
src/Framework/Framework.jl
@@ -97,6 +97,10 @@ module Framework
97
# - [ ] `depends(other_method_name)` to inherit all dependent components.
98
# - [.] Recurring pattern: various blueprints types provide 'the same component': reify.
99
# - [ ] Namespace properties into like system.namespace.namespace.property.
100
+# - [ ] Hooks need to trigger when special components combination become available.
101
+# See for instance the expansion of `Nutrients.Nodes`
102
+# which should trigger the creation of links if there is already `Species`.. or vice
103
+# versa.
104
105
using Crayons
106
using MacroTools
0 commit comments