Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in refactoring

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

If I use C-Style casts in my C++ project, is it worth refactoring to C++ casts?

c++ refactoring casting

How can you find unused functions in Python code?

What keyboard shortcut is there to organize C# usings in Visual Studio?

Coupling, Cohesion and the Law of Demeter

Is f(void) deprecated in modern C and C++? [duplicate]

c++ c refactoring void

Find unused code in a Rails app

Delete unused packages from requirements file

How to make Databinding type safe and support refactoring?

What refactoring tools do you use for Python? [closed]

python refactoring

find dead JavaScript code?

Find unused classes in a Java Eclipse project

java eclipse refactoring

How to quickly implement/override methods in Eclipse?

Refactoring with C++ 11

c++ c++11 refactoring

When does IDE0063 dispose?

c# ide refactoring c#-8.0

How to change a package name in Eclipse?

java eclipse refactoring

Is it OK to have a class with just properties for refactoring purposes?

c# oop refactoring

Visual Studio: Is there a "move class to different namespace" refactoring?

visual-studio refactoring

Mongoose - Create document if not exists, otherwise, update- return document in either case

How do I deal with "signed/unsigned mismatch" warnings (C4018)?