Słownik terminologii komputerowej

Skorzystaj z wyszukiwarki lub indeksu alfabetycznego.
Przykłady: pci, /dev/null, functional unit, embedded system, pseudo-tty, nfs.


1 definition found From The Free On-line Dictionary of Computing (05 January 2017) [foldoc]: code walk Stepping through source code as part of a code review. Where a code walk probably only follows the potential {control flow} of a program, a dry run is a more detailed manual execution of a program that also keeps track of the value of every variable involved. (2006-11-27)