Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in refactoring

What's the best way to refactor a method that has too many (6+) parameters?

refactoring

Could someone explain the pros of deleting (or keeping) unused code?

refactoring

Coding Katas for practicing the refactoring of legacy code

refactoring legacy-code

Unit testing for C++ code - Tools and methodology [closed]

When is a function too long? [closed]

How many constructor arguments is too many? [closed]

What is in your .vimrc? [closed]

vim refactoring

Is there a working C++ refactoring tool? [closed]

c++ refactoring

What are some alternatives to ReSharper? [closed]

How to simplify a null-safe compareTo() implementation?

Find unused code [closed]

c# .net refactoring

How to find unused/dead code in java projects [closed]

java refactoring dead-code

Find and replace Android studio

Detecting superfluous #includes in C/C++?

How to use IntelliJ IDEA to find all unused code?

Method can be made static, but should it?