Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in refactoring

Refactoring in Emacs

emacs refactoring

How to avoid using Optional.get and Optional.isPresent

Which namespace does a factory class belong?

Unit testing code which calls static methods

When should I break a function?

refactoring

"Extensions must not contain stored properties" preventing me from refactoring code

Best practice for refactoring methods [closed]

c# .net refactoring

Is it possible to refactor this C# if(..) statement?

How can I identify and remove redundant code in Perl?

perl refactoring

How can I help junior members gain confidence in their ability to refactor code? [closed]

c# refactoring

Removing logic from partial views in ASP.NET MVC

How to convert this procedural programming to object-oriented programming?

java refactoring

Use of return in long if-elseif-else statements (Python)

How to refactor a lambda expression to a method reference?

"Cosmetic" clean-up of old, unknown code. Which steps, which order? How invasive?

Should I use a framework or write my own MVC?

Code reuse and refactoring [closed]

refactoring code-reuse

How can I swap or replace multiple strings in code at the same time?

c bash emacs refactoring vi

Can you refactor out a common functionality from these two methods?

c# .net refactoring csv

What types of coding anti-patterns do you always refactor when you cross them?

refactoring anti-patterns