Oct. 13, 2012
4:21 p.m.
On Sat, Oct 13, 2012 at 04:47:04PM +0200, Damien Cassou wrote:
I'm looking for a piece of code that is hard to understand by looking at the source code but which has unit tests that help understanding the behavior.
Do you have any idea?
Perhaps CommandShell and OSProcess. The tests show how these work from the point of view of expected behavior, so I think they may be easier to understand by starting with the tests. Dave