Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in refactoring

Tools for refactoring C# public fields into properties

In Eclipse, how do you find methods that you have defined but not used/called anywhere in the app?

Creating a Bash command prompt with a red $ after failure of previous command

How can I change all my legacy Vectors to ArrayLists, and are there any caveats?

How do I find what methods are called from a C# class method - NOT at run time

Is it bad practice to have an empty class as a base class, with the expectation that the class may have members in the future? [closed]

c# .net refactoring

Tracking Refactorings in a Bug Database

refactoring bug-tracking

"messy-polymorphism" anti-pattern

unit tests in C++

How to separate a Inno Setup script into multiple files?

refactoring inno-setup

Autofixture generate custom list

refactoring autofixture

Any way to "open Seq" or similar effect?

f# refactoring

Any advice for a developer given the task of enhancing & refactoring a business critical application?

Eclipse: add import to a bunch of classes

java eclipse refactoring

What is an elegant way to try catch properties in C#

c# refactoring try-catch

Automatically change public to private (Java)

Refactoring into ReactiveCocoa

What does Return myVar != null actually mean?

Refactring in CLion isn't working

c++ refactoring clion

What's the OO way of refactoring these two very similar classes in PHP?

php oop refactoring