Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in refactoring

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]

Best practices for turning jupyter notebooks into python scripts

How to refactor variable type in Eclipse?

java eclipse refactoring

Do you find cyclomatic complexity a useful measure?

Intellij Extract Inner Class

Is there a benefit to using a return statement that returns nothing?

Is there an elegant way to remove nulls while transforming a Collection using Guava?

How often should you refactor?

refactoring

Python: avoiding Pylint warnings about too many arguments

python refactoring pylint

What is the reason behind JSLint saying there are "too many var statements"