code walk

code walk

(programming)Stepping through source code as part of acode review.

Where a code walk probably only follows the potential control flow of a program, a dry run is a more detailed manualexecution of a program that also keeps track of the value ofevery variable involved.