Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in refactoring

Partial Mocking As Code Smell?

How to join two files in a version control system

Refactor to use Builder pattern or Telescoping constructor pattern

How/where to temporarily store ActiveRecord objects if not in session?

Refactor class method to property using Pycharm

How do I ensure that I don't break the test code when I refactor it?

How to keep controllers small in ASP.NET MVC?

Moving function/method to class

How to instantly change name of variable for all references in project

Resharper find pattern and replace - how to insert strings

eclipse refactoring - pull up method to interface

eclipse refactoring

Untying Knuth's knots: how to restructure spaghetti code?

What tools are available for Ruby refactoring? [closed]

ruby ide refactoring

Refactoring and removing unused CSS from SASS/LESS files

What is merging 2 classes into 1 class where one class is a subclass of the other called?

Refactored methods and binary compatibility in Java

How to remove CSS spaghetti in legacy web app?

Refactoring to move a private field from one class to its helper class?

How does the `new` keyword work in this Ruby method definition?

Tidier way of trying to import a module from multiple locations?