More big TODOs.
This commit is contained in:
parent
526e9b81ea
commit
732d13aa09
1
TODO.md
1
TODO.md
|
@ -59,6 +59,7 @@
|
||||||
- is binSetOSParent() even needed?
|
- is binSetOSParent() even needed?
|
||||||
- readd the allocation tracking as just a list of pointers
|
- readd the allocation tracking as just a list of pointers
|
||||||
- add a final cleanup function (uiUninit() or uiCleanup())
|
- add a final cleanup function (uiUninit() or uiCleanup())
|
||||||
|
- whenever a list of things is destroyed, each successive item must be removed as it is destroyed, otherwise we might wind up in a situation where we access items after they're freed
|
||||||
|
|
||||||
ultimately:
|
ultimately:
|
||||||
- add some sort of runtime type checking
|
- add some sort of runtime type checking
|
||||||
|
|
Loading…
Reference in New Issue