Tagged Questions
19
votes
4answers
2k views
How to design a game's software such that it is easy to unit test?
Is it practical to use a testing framework like JUnit in a game development situation? What sort of design considerations can you follow in order to make your game more testable? What parts of a game ...