Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in code-duplication

Avoid Redundant @patch When Mocking with Python

How can I find copy/paste (duplicate, clone) code in Perl?

Best way to avoid duplicate code if two classes extending different class

Identifying repeated code within PHP project

How do I put some code into multiple namespaces without duplicating this code?

Java multi-type method parameter?

Keeping track of utility classes

generic code duplication detection tool [closed]

How to convince a colleague that code duplication is bad?

Code duplication caused by primitive types: How to avoid insanity?

How can I use multiple constructors to remove duplicated code while maintaining readability?

How to reduce code duplication when dealing with recursive sum types

How much duplicated code do you tolerate? [closed]

Suppress duplicate warnings in IntelliJ IDEA by annotation

How to detect code duplication during development? [closed]

c++ code-duplication

Is duplicated code more tolerable in unit tests?

How do I remove code duplication between similar const and non-const member functions?