Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in code-duplication

To DRY or not to DRY? On avoiding code duplication and retaining cohesion

How to avoid duplicate logic with Mocks

Detect duplicate code in Visual Studio 2010

Can SonarQube code duplication detector be parameterized to stop on method boundaries?

Remove code duplication for virtual class members in C++ inheritance

code duplication in javascript

Kotlin: How can I avoid code duplication in constructors?

How to avoid code duplication of different structs with semantically equal fields/properties?

Duplicate code detection: Tools you can use

How to avoid duplication of code regarding primitive types?

How could one refactor code involved in nested usings?

any ideas for avoiding duplicate code in C# and javascript

Using __class__ to create instances

Visual Studio 2017 - How do I duplicate the current line?

Is there way in docker compose to create the cross service constant?

Eliminating code duplication in a single file

Avoiding code duplication in F#

Is it better to have code duplication and have it be very simple/readable, or have no duplication (using generics) but be much more complicated?

Tortoise SVN: compare two directories (instead of files or revisions)

Trade off between code duplication and performance