added unit testing to TODO list

This commit is contained in:
Lorenzo Torres 2025-03-17 21:00:22 +01:00
parent 932b957a73
commit 36e48aa3b7

View file

@ -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: