Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in refactoring

Automatically simplifying/refactoring Python code (e.g. for loops -> list comprehension)? [closed]

Should a worker method generally be placed above or below the methods that call it? [closed]

Refactoring WPF MVVM for increased testability

Return default or raise an exception?

java refactoring

Higher-level, semantic search-and-replace in Java code from command-line

Android Studio rename without refactor

Changing the access level of a framework class/method

Threads: worth it for this situation?

Optional<String> map function returns null

Replacement of Delphi IDE "Sync Edit" in Visual Studio

How to set default values to all wrong or null parameters of method?

java oop refactoring

Is it acceptable having parameter in class constructor?

If db query A does not return enough results, run query B: how to optimize?

php mysql refactoring

What C++ refactorings do you use in practice? [closed]

How to group extension methods?

C++ refactoring: conditional expansion and block elimination

Writing a new refactoring plugin for Eclipse?

How to instantiate Spring managed beans at runtime?

Java Date getDate() deprecated, refactored to use calendar but looks ugly

java date refactoring

Is it good practice to create once-used variables?