Skip to content

Commit

Permalink
🚧 Import TODO item from #152.
Browse files Browse the repository at this point in the history
  • Loading branch information
iago-lito committed Jul 23, 2024
1 parent 7d59a91 commit b0ea210
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Framework/Framework.jl
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ module Framework
# - [ ] `depends(other_method_name)` to inherit all dependent components.
# - [.] Recurring pattern: various blueprints types provide 'the same component': reify.
# - [ ] Namespace properties into like system.namespace.namespace.property.
# - [ ] Hooks need to trigger when special components combination become available.
# See for instance the expansion of `Nutrients.Nodes`
# which should trigger the creation of links if there is already `Species`.. or vice
# versa.

using Crayons
using MacroTools
Expand Down

0 comments on commit b0ea210

Please sign in to comment.