How would one perform code change impact analysis on an AngularJS website? So if I have modified a block of code, is there anyway to determine what features are affected by this change?
Asked
Active
Viewed 115 times
0
-
You mean like, you change a variable name, and it would tell you "Hey, you changed this variable which also appears here here here and here"? – Sterling Archer Mar 01 '16 at 18:36
-
yes, but also what functions are affected if i change this function. – Yusuf Ali Mar 01 '16 at 18:38
-
It seems to be a wrong point of view. Usually you don't need a hindsight. What you need is 'refactoring' functionality, it is the essential feature of any advanced IDE (e.g. Jetbrains'). – Estus Flask Mar 01 '16 at 19:16
-
@estus that doesn't really make sense .... profiling and stack traces are very helpful to know what to refactor – charlietfl Mar 01 '16 at 19:43
-
@charlietfl They are very helpful but they are off the topic. The question is about specific code modification, there's no mention of 'what to refactor'. – Estus Flask Mar 01 '16 at 20:44