Open silky opened 2 years ago
you tag a variable, and then you get to see how it changes through-out it's lifetime through the call stack, and where.
related ideas:
search term: provenance
related ideas: taint (Perl, Ruby)
some tools (Resharper?) can, upon clicking a variable, show you all paths to or sources that that variable can be populated with
you tag a variable, and then you get to see how it changes through-out it's lifetime through the call stack, and where.
related ideas: