Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in refactoring

When/why should I start using a database?

database refactoring

What was your coolest SQL optimization, on a slow performing query?

sql performance refactoring

Cleaning up Clojure function

C# best partial interface implementation in base/abstract class

How to refactor logging in C#?

c# .net logging refactoring

Factoring/Refactoring a program

c++ refactoring

Avoiding web service god classes

.net wcf soap refactoring

Is there any safe refactoring tool for .net (or at least c#)?

c# .net refactoring

Refactoring a class in C++

c++ refactoring

lots of boolean flag inputs to a class

java refactoring

chunk of code that's called only once - merits own method?

Refactoring: When do you know it's time and when do you do it?

How to refactor tightly coupled classes?

Refactoring "include file hell"

How to better rewrite this repeat function

c#-3.0 refactoring

How can this 6 line method be refactored to be more readable?

Porting C++ to C#

c# c++ refactoring

C# refactor if-else statement code

c# refactoring

C data structure to mimic C#'s List<List<int>>?

C# - Casting an 'object' parameter into that object's type?

c# reflection refactoring