Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'d like to do some code refactoring in vim. I have found the following gem to apply transformations to all buffers.
I am managing a group of three interns working on a php project. They seem to be not good at refactoring and are using duplicat开发者_开发百科e code in multiple places. I am looking for a tool which I
I\'m refactoring an existing (Ajax) Java Web application, which currently holds lots of its logic directly in the servlets. (The servlets even call each other, using a few nasty tricks ...)
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
i have the following methods: publicint CountProperty1 { get { int count = 0; foreach (var row in Data) { count = count + row.Property1;
So I was trying to refactor this SomeClass that has lots of different responsibilities. The shown above method seemed like a good place to start trimming down this class, so I thought about putting it
I have a class A<X, Y> and I 开发者_开发技巧want to refactor it to A<Y, X> in a way that all the references to it would be modified as well.I don\'t think that has been implemented in Ecli
This question already has answers here: When to use Helpers instead of Partials (6 answers) Closed 8 years ago.
Is there any way to configure or are there any 3rd party plug-ins available for Eclipse CDT (any version) that provide a rich set of refactorings?My refactoring menu only provides the following in Ecl