Program slicing: Difference between revisions

Content deleted Content added
No edit summary
Md3l3t3 (talk | contribs)
m disambig link
Line 1:
{{Otheruses4|program slicing|others uses of slicing|Slicing}}
 
In [[computer programming]], '''static slicing''' is a [[software maintenance]] and [[debugging]] technique used to identify all program code that can in any way affect the value of a given variable. The following paragraph informally describes this computation.