Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in refactoring

Refactoring a big file in emacs

emacs refactoring bookmarks

How to cascade optional parameter?

What's a good practice for dividing up presenters in a MVP interface pattern that have grown too large?

Managing config files and code constants in a big project

Emacs and Java change propagation and errors notification

java emacs refactoring

How to refactor long if/return statements in Ruby?

Distinguish commented code vs valid comments [closed]

Reducing the complexity of the code

Java: refactoring static constants

java refactoring

What tools can I use to view diff of two sections of the same file?

python refactoring diff

Is this control of flow structure good practice?

refactoring control-flow

How to refactor recurring for loop?

java refactoring for-loop

Too Many If Statements Inside Factory

java c++ refactoring factory

Advanced search for java code [closed]

java refactoring

Best Practices for Refactoring with local variables

c# refactoring

How to make my conditional statement less ugly [closed]

Python: does it make sense to refactor this check into its own method?

Ruby non_empty? method

ruby refactoring

Can this snippet of Javascript be simplified more with jQuery?