Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in refactoring

Automated way to Extract Interfaces from a Java Class

java interface refactoring

How do you factor out common "before(:each)" calls in RSpec so that multiple specs can use them?

Get all JS variables that begin with a certain string

Explaining refactoring [closed]

Is there a way to do source-to-source java refactoring in gradle?

java ant refactoring gradle

Stored procedure: reduce code duplication using temp tables

Refactor before or after ship?

Ruby one line if return statement

ruby refactoring return

SQL Server 2005: Wrapping Tables by Views - Pros and Cons

Refactor the following two C++ methods to move out duplicate code

c++ refactoring

Why injecting classes instead of interfaces is considered bad practice?

Drowning in a Sea of Nulls

Refactoring large constructors

c# c#-4.0 refactoring

Repetitive code in unittest testcase

How to create a method parameter object with ReSharper in a few seconds?

Are there any techniques to split a method with a flag argument?

Function profiling woes - Visual Studio 2010 Ultimate

Too many if-else statement, any way to refactor it

java refactoring

Refactoring large method in .NET

How to use TDD when the fix involves changing the method under test's signature?