added unit testing to TODO list
This commit is contained in:
parent
932b957a73
commit
36e48aa3b7
1 changed files with 3 additions and 0 deletions
|
|
@ -15,6 +15,9 @@ One of the goals of the project is to be as welcoming as possible to new contrib
|
||||||
documentation. Engine APIs, modding interfaces and modules of the code (rendering, vulkan, ecs, mods, ...) should be
|
documentation. Engine APIs, modding interfaces and modules of the code (rendering, vulkan, ecs, mods, ...) should be
|
||||||
documented with text files in `documentation/` and in the documentation page of the website (TODO).
|
documented with text files in `documentation/` and in the documentation page of the website (TODO).
|
||||||
|
|
||||||
|
- Unit testing:
|
||||||
|
Zig has built-in unit testing which should be used to verify that everything is working correctly when changing something.
|
||||||
|
|
||||||
MEDIUM:
|
MEDIUM:
|
||||||
|
|
||||||
- Implement internal windowing system:
|
- Implement internal windowing system:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue