Skip to content

Commit b0ea210

Browse files
committed
🚧 Import TODO item from #152.
1 parent 7d59a91 commit b0ea210

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Framework/Framework.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ module Framework
9797
# - [ ] `depends(other_method_name)` to inherit all dependent components.
9898
# - [.] Recurring pattern: various blueprints types provide 'the same component': reify.
9999
# - [ ] 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.
100104

101105
using Crayons
102106
using MacroTools

0 commit comments

Comments
 (0)