|
|
|
|
|
by scarface74
2811 days ago
|
|
With R#, any method that is not referenced is gray and you can choose to display a warning. If I delete a method, I automatically get a big red dot in the corner showing compilation errors (without compiling). If I change a type from string to int in both my method and method signature, it automatically tells me every place that would break. How do you find usages in a provable correct way in a dynamic language? |
|