Skip to main content

Questions tagged [refactoring]

2 votes
0 answers
18 views

I have C source code that is generalized either by preprocessing directives or compile-time optimizations, for example the ones shown below. Is there any command-line tool that can help to take code ...
Jason S's user avatar
  • 121
2 votes
1 answer
114 views

Are there any free tools that would analyse the javascript/typescript code base and provide suggestions on code refactoring? Such as extracting functionally similar areas of code into separate ...
xaxa's user avatar
  • 121
1 vote
0 answers
67 views

As a backend developer working on a legacy code, I want to know the side effects of a piece of code. For example, I want to select a method of a class and be informed of what possible interactions it ...
Ariana's user avatar
  • 11
1 vote
0 answers
42 views

I'm a Java software developer and often inherit existing projects. These projects follow the convention that each class has an interface even if there is only one implementation. I would like to ...
Stefan Birkner's user avatar
1 vote
0 answers
55 views

I have a large project containing both sources and resources under the same directories. Something like: src |_ com |_ package |_ JavaClass.java |_ a_resource.extension I would like to ...
Elist's user avatar
  • 131
3 votes
1 answer
143 views

I'm searching for a Windows GUI/command line tool or Visual Studio plug-in where I can automate the extraction of C++ code blocks, add some refactoring/renaming steps and insert it into some other C++ ...
Florian's user avatar
  • 241
1 vote
0 answers
59 views

I am looking for a free software that I could use to do batch renaming of class members in c++. It doesn't have to be perfect, just handle most simple cases. It is enough if it can identify class ...
akaltar's user avatar
  • 113
6 votes
2 answers
370 views

What are the best Ruby automatic mass refactoring tools out there? For instance, I want to be able to replace double quoted strings that don't have any special content (#{}, \n, ') with single quoted ...
Ciro Santilli OurBigBook.com's user avatar

15 30 50 per page