Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in refactoring

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?

Refactoring a static class to separate its interface from implementation

c# .net oop refactoring

Is there a way to force OracleCommand.BindByName to be true by default for ODP.NET?

How to refactor method of class with a lot of arguments?

c# refactoring

Clearing a list

scala's Try elegant on error behavior

scala refactoring try-catch