|
|
|
|
|
by gentleman11
2185 days ago
|
|
One of my professors used to encourage the heavy use of helper functions that just... well, like in A or B in carmacks article, break your code into chunks with clear names that can be unit tested. How common is automated testing in AAA games? |
|
Games that use automated tests often drive high level systems and test high level output. See for instance Riot Games's automated League of Legends test suite.