Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in refactoring

How to refactor "shared" methods?

How to switch from a hardcoded static config file to a .properties file?

java refactoring

How to pass a List to a constructor of a new object using java lambda expression?

Is this wrapper for PDO 'good code' ? Are there any potential problems?

php refactoring pdo

Can a test class become a "God object"?

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