Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in refactoring

Best way/pattern to build request based on different service

PhpStorm Code Refactoring elseif PHP

php refactoring phpstorm

React: conditional dependency on useEffect? Or how to prevent redundancy?

How can I automatically trigger the rename flow after extracting into a variable (LSP)?

Refactoring classes that use global variables

C# nested property pattern expression

c# .net refactoring

Is there a way to get Intellij to replace duplicate code with a method when I just extracted a parameter?

Store and call method from a HashMap

Refactoring - Collapsible "if" statements should be merged

How to find unneeded PackageReference in csproj

How might I move an existing entity into a different c# namespace and maintain migrations?

How to follow Uncle Bob's rule(recommendation) to use one try-catch block in one method correctly?

Alternative Pattern to Strategy

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

What tools and techniques do you use to find dead code? [closed]

Is there an IDE/utility to refactor Python * imports to use standard module.member syntax?

Ways to ASSERT expressions at build time in C

How should I rewrite a very large compound if statement in C#?