Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in refactoring

Avoiding use of 'instanceof'

At what point does refactoring become not worth it?

Java favorite refactoring techniques [closed]

java refactoring

Why doesn't Eclipse add @Override annotations in "Generate Delegate Methods" refactoring?

Refactor nested IF statement for clarity [closed]

refactoring coding-style

Is Automatic Refactoring Possible in Dynamic Languages?

Is Refactoring by Compilation Errors Bad?

Help refactoring this nasty Ruby if/else statement

How do you refactor a class that is constantly being edited?

Is embedding CSS/jQuery code in C# code bad?

What would you do when you are about to add some new features to a large (and dirty) codebase which has virtually *NO* unit-testing code?

Is there a way to apply a refactoring script just for its side-effects?

Simplest, fastest way to break out all dependencies from a class

c# dependencies refactoring

How can I apply multiple quick fixes for Checkstyle problems of the same type?

Using shoulda to refactor rspec tests on Rails models

How to refactor constants to enums in Eclipse?

java eclipse refactoring

How to move a function from one Kotlin class to another using IntelliJ?

Git feature branches and minor code improvements

Best Practices: Storing a workflow state of an item in a database? [closed]

Eliminating code duplication in a single file