Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in refactoring

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

Long list of if comparisons in java

Should I refactor multiple conditions on ng-if in angularjs?

Refactoring Django class-based views, clean up 18 repetitive classes.

Using Applicative notation for parsers whose result is discarded

Refactoring from ActiveRecord to DataMapper

How can I improve this Rails code?

Javascript refactor

javascript refactoring

Refactoring - Speed increase

c# linq refactoring profiling

Compromising design & code quality to integrate with existing modules

oop refactoring

What are the best practices for preventing SQL creep?

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