Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in refactoring

How to restructure this code hierarchy (relating to the Law of Demeter)

intellij idea run test for all uncommitted changes only

Overloaded function called with one parameter, but I thought I'd passed two

How can I avoid this code duplication?

c++ refactoring stdbind

Can a database be refactored in SQL Server?

Is the invocation of a generic method allowed inside another generic method?

Is it bad practice to have very large controllers in Rails (and other MVC frameworks)?

How to avoid false positives using a mockist approach in unit tests?

How do I refactor these conditionals in my ruby class?

ruby refactoring

How do I simplify/combine these two methods for finding the smallest and largest int in an array? [duplicate]

java refactoring

How to refactor a repetitive line of code java

java refactoring jbutton

How to refactor multiple similar Linq-To-Sql queries?

How to restart or reuse a case statement in Ruby?

Structural replace to delete an exception

Refactor help c#

How to beautify/change style in a c++ project using clang/clang-tidy?

How to move static variables from a class to another class when refactoring in IntelliJ or Android Studio?

How can I refactor our the type parameter from this code?

How to refactor in Intellij - method with parameters to class with fields