refactoring
Looking for specific Visual Studio 2010 add-in for refactoring [closed]
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.[详细]
2023-03-25 20:05 分类:问答Loading files that meet certain criteria into hidden buffers in vim
I\'d like to do some code refactoring in vim. I have found the following gem to apply transformations to all buffers.[详细]
2023-03-25 19:04 分类:问答Duplicate code: How to find and remove with tools
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[详细]
2023-03-25 18:22 分类:问答Refactoring Java Servlets - Looking for a good naming scheme
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 ...)[详细]
2023-03-25 13:50 分类:问答Moving old system to ORM, what do you suggest? [closed]
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[详细]
2023-03-24 10:44 分类:问答what is the best way to avoid duplication on this code
i have the following methods: publicint CountProperty1 { get { int count = 0; foreach (var row in Data) { count = count + row.Property1;[详细]
2023-03-23 15:09 分类:问答Problem with refactoring some legacy code
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[详细]
2023-03-23 08:09 分类:问答How to inverse type parameters in Java
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[详细]
2023-03-23 05:49 分类:问答DRYing rails view: partial vs helper [duplicate]
This question already has answers here: When to use Helpers instead of Partials (6 answers) Closed 8 years ago.[详细]
2023-03-23 02:45 分类:问答Additional Refactoring for Eclipse CDT
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[详细]
2023-03-22 20:22 分类:问答