m1maker / NGT

New open source game toolkit
https://ngtcode.dev/
20 stars 11 forks source link

Lack of Any Tests #16

Open Amerikranian opened 5 months ago

Amerikranian commented 5 months ago

This currently lacks any sort of tests, which makes it difficult to know whether anything broke with latest changes. In addition, this also means we do not entirely know whether we have any memory leaks within the project. Since the engine is relatively modularized, it should not be hard to add both tests for correctness and checks for memory leaks.