Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

How can I implement my own type of extern?

Removing ifs based on type and list of parameters

c# if-statement refactoring

Real examples of ASP.NET MVC code refactored for Dependency Injection using Ninject

Is there command-line tool to extract typedef, structure, enumeration, variable, function from a C or C++ file?

Is it reasonable to have a fair amount of public properties in a class?

Is there a tool for Scala to clean all the unused imports from all the code files? [closed]

Should I give up on refactoring this and plan a rewrite? [closed]

perl refactoring

Tool to parse C++ source and move in-header inline methods to the .cpp source file? [closed]

How to use reflection to simplify constructors & comparisons?

c# reflection refactoring