Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in refactoring

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#?

How to rename/refactor variable in VSCode without getting alias `oldName as newName`

How do you handle the tension between refactoring and the need for merging?

Refactoring with Extract Method, is it always a good idea?

c# refactoring control-flow

Best way to find matching id's in an array of objects?

How to merge two classes with much the same code but operating on different structures

How to retroactively add tests to a code base?

Refactoring "x if x is not None else y" to "x or y"

Passing a function as a parameter within a class

Adding tests while refactoring in test driven development

Doctrine - Make Multiple Entities From One Table