Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in refactoring

Refactoring method with many conditional return statements

Dependency Injection: What's wrong with good old-fashioned refactoring?

Speed Up Parsing Algorithm

Is there a ReSharper-like code reformat and cleanup tool for Scala?

Why doesn't Python optimize away temporary variables?

Refactoring Model Methods in Ruby On Rails

Refactoring of a large C++ function

visual-c++ refactoring

How can I make this massive Ruby if/elsif statement more compact and cleaner?

ruby refactoring

Migrating to maven from an unusual svn directory structure?

Removing a pattern from the beginning and end of a string in ruby

Avoid boolean flags as an attribute

How to surround a code block with a using statement in ReSharper?

What standard optimization refactoring can I do to my Java application?

Determine Unused Methods and Properties

.net refactoring ndepend

a more simple way to code in php "if ( $x == $a[1] || $x == $a[2] || $x == $a[3] ....)

php refactoring

How to check if a string is doesn't equal all of these?

c# linq refactoring

Best strategy to get coding prepared for unit testing

Code refactoring with python decorators?

Wrapping Booleans in Objects

java refactoring

instanceof considered harmful?