Search code examples
How to refactor this Angular/TS code into few lines for better performance & readability?...


javascriptangulartypescriptrefactoring

Read More
Is there any refactoring option in IntelliJ to to move a non static member to another class?...


intellij-idearefactoring

Read More
How can I refactor my C# code to be easily testable?...


c#unit-testingtestingrefactoring

Read More
Should an assert be used to fix an IDE warning?...


javarefactoringassert

Read More
How to refactor an async function with Promise inside of it...


javascriptecmascript-6async-awaitpromiserefactoring

Read More
How to refactor an exception handling in Java...


javaerror-handlingenumshashmaprefactoring

Read More
Automatically Update Python source code (imports)...


pythonrefactoringautomated-refactoring

Read More
Refactoring Specialized Behavior from Common Code in Scheme...


schemerefactoring

Read More
Automatic replacement of indirect imports...


pythonrefactoringpython-importautomated-refactoring

Read More
Refactor help c#...


c#design-patternsrefactoring

Read More
C# refactoring of boilerplate...


c#inheritancerefactoring

Read More
Refactoring request: the result array of groupBy function needs to return only the items with non-em...


javascriptfiltergroup-byrefactoring

Read More
Is there any way to automate refactoring old style comments to phpDoc format?...


phpautomationrefactoringcommentsphpdoc

Read More
Refactoring multiple if-else...


c#refactoring

Read More
How do you test/change untested and untestable code?...


unit-testingrefactoringlegacy

Read More
Shorthand if ? return : null...


javascriptrefactoringternary-operatorshorthandshorthand-if

Read More
Coupling, Cohesion and the Law of Demeter...


ooprefactoringcouplinglaw-of-demetercohesion

Read More
Refactoring methods of a Struct: Cannot borrow `*self` as immutable because it is also borrowed as m...


rustrefactoring

Read More
Is there any good tool to refactor Perl web code?...


perlrefactoring

Read More
How to fix the error "Rename refactoring can't be applied in this context" in Netbeans...


htmlnetbeansrefactoring

Read More
How can I avoid repeating a for loop in two different functions...


pythondesign-patternsrefactoring

Read More
Don't assign a field from many methods...


c#refactoringndepend

Read More
Refactoring methods that use the same code but different input params...


javarefactoringcode-cleanup

Read More
Is there any way to reduce number of arguments in a function without much refactoring the original f...


pythonclassrefactoring

Read More
How to refactor my code so it's not repeating the same thing...


javascriptfunctionrefactoring

Read More
How to refactor this switch construction...


c#refactoring

Read More
Refactoring variable assignment thru if let block with Enum...


rustrefactoring

Read More
Refactoring. How extract code to a generic method?...


javagenericsrefactoringsimplify

Read More
How many lines of code should a function/procedure/method have?...


functioncoding-stylerefactoringcode-metrics

Read More
Why do Rust lifetimes break mutable references in loops?...


rustrefactoringmutableborrow-checker

Read More
BackNext