Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in refactoring

How do I refactor this loop?

java refactoring

How do I refactor Swift in Xcode?

swift refactoring xcode7

How to cope with bad code [closed]

refactoring

Is violation of DRY principle always bad? [closed]

Tools to detect duplicated code (Java) [closed]

How to determine if a type is a type of collection?

How can I refactor C++ source code using emacs?

c++ emacs refactoring

How to handle widespread code format changes in a git repository

Which is faster? Comparison or assignment?

Should one test internal implementation, or only test public behaviour?

How to avoid a lot of if else conditions

Error in Preview of Custom Eclipse refactoring

any C/C++ refactoring tool based on libclang? (even simplest "toy example" ) [closed]

c++ refactoring llvm clang

Are there any downsides to marking all variables you don't modify const?

c++ refactoring constants

How to find dead code in a large react project?

How to visualize a project structure in MATLAB? [closed]

How extract private static constant in Intellij Idea?

When is it good (if ever) to scrap production code and start over? [closed]

refactoring

How much duplicated code do you tolerate? [closed]

How many lines of code should a function/procedure/method have? [duplicate]