Re: Debug Methodology
CK,
Your second method is superior because it covers cases the first method
can't, for example the calling of a linked C function. It is also easier in
that the called function might have multiple exit points and you would need
debug notes for all of them even if you had no need to distinguish them.
This method also supports a top-down approch--if your debug notes indicate
that the called function is returning correctly, you need never code debug
notes in it.
-- Mike Nelson
|
Not Categorized, Please Help
|
|