Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] User survey: More CDT Refactorings - toggle function definition/namespace refactorings

If updating the call sites is not a goal of this refactoring, then
what is the problem with overloading?

In this case there is no problem with overloading (except that the tool should warn if we try to change the signature to the existing one, but the same problem exists with Rename refactoring). Maybe it should be two different refactorings: with call sites update and lightweight version (similarly to the "Rename in file" and "Rename in workspace" in CDT).

Regards,
Anton

Back to the top