About 5,510,000 results
Open links in new tab
  1. What is refactoring and what is only modifying code?

    Code refactoring is the process of changing a computer program's internal structure without modifying its external functional behavior or existing functionality, in order to improve internal …

  2. Refactor local variable name using Visual Studio Code

    Nov 21, 2017 · 181 I have this simple situation. I'd like to refactor the name of the role variable: It looks like Visual Studio Code is smart enough to know that "roles" in the URL should not be …

  3. refactoring - When should you not refactor? - Stack Overflow

    May 1, 2013 · Has refactoring come to mean "Changing Code" in common context? Many answers suggest refactoring may break code, but it can't by the definition of refactoring! If it …

  4. refactoring - "refactor refactor refactor your code." What does this ...

    Refactoring code is a process of cleaning up your code, reducing the clutter and improving the readability without causing any side effects or changes to features. Basically, you refactor by …

  5. What is refactoring? - Stack Overflow

    It seems that refactoring is just editing your code or what? Wikipedia quote Code refactoring is a "disciplined technique for restructuring an existing body of code, altering its internal structure …

  6. Practical refactoring using unit tests - Stack Overflow

    May 28, 2010 · It seems to me that I would have to refactor my legacy code just to make it unit-testable. Does anyone have any experience refactoring using unit tests? And, if so, do you …

  7. Refactor code into a subfunction in VS Code - Stack Overflow

    Jun 5, 2023 · 2 If they're a built-in function or extension in VS Code to refactor any selected code into a subfunction? Or at least to analyse the code and show all dependencies/variables that …

  8. Code formatting shortcuts in Android Studio for Operation Systems

    Feb 17, 2017 · 16 For formatting code in Android Studio on Linux you could instead use Ctrl + Alt + Super + L. You could use this and avoid having to change the system shortcut. (Super key is …

  9. java - How do I address SonarQube major issue "Refactor code so …

    How do I address SonarQube major issue "Refactor code so that stream pipeline is used"? Asked 3 years, 4 months ago Modified 1 year, 2 months ago Viewed 10k times

  10. java - SonarQube Refactor this method to reduce its Cognitive ...

    Apr 10, 2018 · 15 I don't think that merging many if conditions to one or simply do a code clean up, for example by changing the order of some instructions, can solve your problem. Your …