start implementer notes
This commit is contained in:
parent
e8b069c803
commit
2401079c1d
@ -8,3 +8,8 @@ relies on [EnTT](https://github.com/skypjack/entt)
|
|||||||
|
|
||||||
When adding a new contact, make sure to check for existing contacts of the same `ID` component first and merge into it instead.
|
When adding a new contact, make sure to check for existing contacts of the same `ID` component first and merge into it instead.
|
||||||
|
|
||||||
|
## Implementer checklist:
|
||||||
|
|
||||||
|
- Make sure there is a root node
|
||||||
|
- every node, except the root node, needs to have a parent (a tree if only going up)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user