Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in refactoring

A C# Refactoring Question

c# .net refactoring

Refactoring code in Java, alternatives to large if statement

java refactoring

Can eclipse convert/refactor a method to a class?

In java, can "public static void main" be renamed or refactored?

java refactoring main

Cleanest Way to Find a Match In a List

c# refactoring

(Visual) C++ project dependency analysis

c++ visual-c++ refactoring

Why does renaming of files sometimes refactor the classnames and sometimes not?

DevExpress Refactor Pro vs JetBrains ReSharper

refactoring resharper

What happens if I use "throw;" without an exception to throw?

c++ exception refactoring

Goals of refactoring? [closed]

refactoring

What are some class names that would signal a need for refactoring? [closed]

refactoring naming

Remove redundant casts in Java

java casting refactoring

How would you refactor this smelly code? (Logging, Copy and Paste, .Net 3.5)

c# .net .net-3.5 refactoring

What's the best alternative to an out of control switch statement?

Should I use Resharper to tidy up other peoples code?

What can I do to optimize my ajax application for IE7/IE8 in order to avoid "Stop running this script"?

How to rename/refactor a variable in Eclipse PDT in a Netbeans-like way

Making JavaDoc robust against refactoring

java refactoring javadoc

TypeScript rename variable

How to move function declaration to another file yet retain Git history?

git refactoring