Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in refactoring

In agile development how do you deal with the "less-well-architected" code that results from a sprint-focussed mindset [closed]

How to refactor a Delphi unit with 10000 lines with no documentation?

delphi refactoring

Best refactoring for the dreaded While (True) loop

How can I remove/refactor a «friend» dependency declaration properly?

c++ refactoring friend

How to implement polymorphic associations in an existing database

Python, unit-testing and mocking imports

Remove unused references (!= usings) in C# project without Resharper?

Refactoring a static class to use with dependency injection

Tips on refactoring an outdated database schema [closed]

database refactoring schema

Refactoring large data object

Can you speed up Xcode's ‘folding’ animations in the code editor?

xcode refactoring xcode9

Is it better to reuse SqlCommand when executing the same SQL query several times?

c# refactoring readability

Qt Creator Code File Refactoring

c++ refactoring qt-creator

Refactoring package name breaks entire app

C++: Code from the beginning of my project of significantly lesser quality [closed]

Extract a TypeScript method in Visual Studio Code

Renaming of functions with preservation of backward compatibility

python refactoring

Is there any good tool to refactor Perl web code? [closed]

perl refactoring lamp

How to avoid duplicate interface code?

c# oop refactoring

How to code a "retry" logic (with only 1 iteration) in F# without mutable vars?

f# refactoring