13 Mar
2008
13 Mar
'08
7:44 p.m.
Stephan Richter wrote at 2008-3-10 22:37 -0500:
In my opinion it is as necessary to describe corner cases with words. In fact, corner cases often need even more documentation, because they are not obvious.
It depends. Many corner cases are obvious when one looks at the implementation. If they are not, I prefer words inline in the implementation (as a source code comment) over words separated in a test (also the test may specify in some way that it checks the specifiy corner case). -- Dieter