|
Why Perform An Impact Analysis
Every modification can have unexpected side effects, and usually
on more than one item.
For example: When a variable is renamed, all the functions using
this variable must be modified.
How can we find all the functions that are using this variable?
|