Preprocessing Task
Jump to navigation
Jump to search
A Preprocessing Task is a Task that occurs in preparation for a Processing Task.
- AKA: Preprocessing.
- See: Postprocessing Task.
References
1996
- (Wall et al., 1996) ⇒ Larry Wall, Tom Christiansen, and Randal L. Schwartz. (1996). “Programming Perl, 2nd edition." O'Reilly. ISBN:1565921496
- preprocessing: What some other helper process did to transform the incoming data into a form more suitable for the current process. Often done with an incoming pipe. See also C preprocessor.