Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

This smells as being a need that comes as a consequence of using a dynamically-typed language. Because the example given seems to be just getting rid of the usage of a certain method, to replace with a new one. In a statically typed language, e.g. C#, you just mark the old method with an [Obsolete] attribute and go fix all the warnings. (Granted, a tool that replaces all these usages is also useful, but to me, there are much more complex ways of technical debt than just obsolete methods.)


In VS2015, showing all references to methods, props, classes, etc. is just one click away. Unfortunately it's not available in the community version.

https://msdn.microsoft.com/en-us/library/dn269218.aspx?f=255...


Use MonoDevelop/XamarinStudio.


Exactly, this is just basic functionality of Visual Studio now, this whole operation could be done in a few seconds without issue. Fix any build errors, run tests, job done.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: