Search code examples
Refactoring React application...


reactjsrefactoring

Read More
Is there a way to remove a parameter from all calls to a method in Visual Studio 2022?...


c#refactoringvisual-studio-2022

Read More
can't we vectorize code with nested loops to update matrix values...


pythonnumpyrefactoring

Read More
Should you use the Command Pattern for requests involving very little logic?...


javadesign-patternsrefactoringsystem-designcommand-pattern

Read More
Advice to refactor null checks?...


c#.netrefactoringclean-architecturevalue-objects

Read More
How to refactor this template method implemetation...


design-patternsrefactoring

Read More
I refactored working code into a function - now I can't figure out how to pass the "x"...


rfunctionggplot2refactoring

Read More
What keyboard shortcut is there to organize C# usings in Visual Studio?...


c#visual-studiovisual-studio-2013refactoring

Read More
Method refactoring in Eclipse...


javaeclipseiderefactoringeclipse-jdt

Read More
How to rewrite a Java for loop which returns a matching element using streams...


javalambdajava-streamrefactoring

Read More
Refactoring mutate to update or set - Angular 16 to Angular 17...


angulartypescriptrefactoringangular16angular17

Read More
Roman to integer refactored...


rubyrefactoring

Read More
Ordering bars in faceted ggplot2 bar chart, and omitting unused factor levels per group...


rggplot2refactoringfacet

Read More
Dart: How to factorise function with the different return type...


flutterdartrefactoring

Read More
How much duplicated code do you tolerate?...


refactoringcoding-styledrycode-duplication

Read More
Do you find cyclomatic complexity a useful measure?...


refactoringmetricscode-metricscyclomatic-complexity

Read More
Flutter Extract Method vs. Extract Widget vs. Extract Flutter Widget in androidStudio...


flutterwidgetrefactoringextract

Read More
Need to restructure git project and rename branch...


gitarchitecturerefactoringrenamerebase

Read More
Directive vs. service for refactoring common methods used by multiple controllers in AngularJS...


javascriptangularjsrefactoring

Read More
IntelliJ IDEA find usages of overriding method without finding sibling methods...


inheritanceintellij-ideaiderefactoring

Read More
How to determine if a type is a type of collection?...


c#collectionstypesrefactoring

Read More
Can i encapsulate the creation of similar threads into a method?...


javamultithreadingasynchronousrefactoringrunnable

Read More
Find and replace Android studio...


androidandroid-studiorefactoringrename

Read More
Python Rope: How to Find all missing imports and errors in all sub modules refactoring...


pythonrefactoringautomated-tests

Read More
How to force Eclipse to use the this keyword when auto-generating getters and setters?...


javaeclipserefactoringthis

Read More
Coding Katas for practicing the refactoring of legacy code...


refactoringlegacy-code

Read More
How to use IntelliJ IDEA to find all unused code?...


javarefactoringintellij-ideacode-metricscode-inspection

Read More
Is there a way to refactor this try/except block to avoid DRY violation?...


pythonrefactoringrepeatdrytry-except

Read More
Find dead code in Golang monorepo...


gorefactoring

Read More
Is there a way to turn this repeated code into a single, clean method...


c#functionlinqdelegatesrefactoring

Read More
BackNext