June 6
More of the same for this week; a few more system/classes down, and the same ominous environmentally complex challenges looming in the near future.
Once I’m done writing a test for one particularly beastlyfunction in the current class I’m testing, I’m planning to test one or two more of the more complex classes to get a solid feel for what I’m doing, and then put together some sort of documentation for the other developers. After all, if they understand the need and have the ability to write their own tests, it will save me or whoever continues testing the code quite a bit of time, trying to comprehend what specific functions are supposed to do. Unfortunately, the documentation is going to need a hefty section on adapting PHPUnit for tests in the more complicated areas of code – which I’m still relatively inexperienced with.
