Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in refactoring

Optional monad and the Law of Demeter in Java

Is there any formal definition for "refactoring"?

Refactoring C++ in Eclipse CDT

c++ refactoring eclipse-cdt

Refactoring. Your way to reduce code complexity of big class with big methods

c# refactoring

Python: How to refactor circular imports

python refactoring

How to stop VisualStudio from expanding everything when deleting { } brackets

Base class implements INotifyPropertyChanged : can derived types use its PropertyChanged event?

Is there only one unnamed namespace per compilation unit?

Avoiding an incomplete pattern match

Python: Detect code which gets never executed in production

Is there any way to trace through the execution of a batch file?

Is there anything out there to make T4 code more... clean?

Refactoring "Implement Interface" using auto properties VS2015

WebStorm limit refactor scope to current file only

How can I find unused methods in a Ruby app?

ruby refactoring

When using jQuery .each(), is it possible to use a non-anonymous function?

jquery refactoring each

How to easyily find unused public methods/properties

God object - decrease coupling to a 'master' object

oop refactoring god-object

Can I use Ninject ConstructorArguments with strong naming?

Delphi: Maintainability Virtual vs Virtual Abstract