Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in refactoring

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

IntelliJ IDEA find usages of overriding method without finding sibling methods

Java tool to find - copy/ paste code across projects

java refactoring copy-paste

How to remove duplication from my code

java refactoring

Dependency-Injection to resolve circular dependencies

Am I breaking the "Law of Demeter"?

oop refactoring object

Refactor method with multiple return points

c# refactoring

How do I refactor unit tests? [closed]

find orphaned methods in codebase

Using the gofmt refactoring tool to rename a global variable

go refactoring

Delphi style: How to structure data modules for unit-testable code?