Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in refactoring

How do you cleanly separate code for backwards compatibility from the main code?

Test Driven Design - where did I go wrong?

How to create a file and its parent directories in one method call?

c# file-io refactoring

Is there a way to move a class from one namespace to the another, programmatically?

c# .net refactoring roslyn

Creating an interface from a huge class using resharper

How to pull a method out of its class (and into a new or existing)?

What is other option available in swift instead of refactoring and renaming class or attribute name?

swift xcode refactoring

Include Gradle module to Maven project

TFS version control - File deleted, added - how do we tell TFS it was a move?

How do you deselect the text in a rename dialog without moving the cursor, with the keyboard, in IntelliJ IDEA

Return `f`'s result if `f` has a non-void return type - how to refactor this pattern?

Detecting Java Project Cruft

java netbeans refactoring

Smart refactoring using Roslyn CTP [closed]

c# .net refactoring roslyn

Should F# type annotations be removed when refactoring?

Ruby refactoring in Vim

ruby vim refactoring

Benefit from generated getters and setters in Play! framework

Is there any point to an interface if only one class implements it?

How do I convert a method's local variable or expression to a method parameter using Eclipse?

java eclipse refactoring

Replacing class name in serialized data

How to refactor this duplicated LINQ code?

c# linq refactoring