Examples of using Code duplication in English and their translations into Chinese
{-}
-
Political
-
Ecclesiastic
-
Programming
This reduces code duplication.
Code duplication is more acceptable in the Go community than elsewhere.
That helps reduce code duplication!
The code duplication has been removed, and we have much more maintainable code. .
How do you avoid code duplication?
This example clearly demonstrates one of the main purposes of functions:to avoid code duplication.
How do you avoid code duplication?
This example clearly demonstrates one of the main purposes of functions:to avoid code duplication.
Those macros reduce code duplication without compromising type safety.
In both cases, we can eliminate code duplication.
In order to remove the code duplication we can introduce the Pluggable Behaviour.
There was no garbage and almost no code duplication.
This will minimize code duplication and simplify the application specific software.
I also strive my best to avoid any code duplication.
Code duplication and the ambiguity of where to implement process can be mitigated with Windows WF.
So in the end you could have a lot of code duplication.
When const andnon-const member functions have essentially identical implementations, code duplication can be avoided by having the non-const version call the const version.
Leverage the functionality present in the build-infra framework, to minimize code duplication.
Potential disadvantages of using DAO include leaky abstraction, code duplication, and abstraction inversion.
For example, a module could be used by Firefox itself as well as by extensions,in order to avoid code duplication.
Potential disadvantages of usingDAO include leaky abstraction,[citation needed] code duplication, and abstraction inversion.
For example, it might be desirable to inherit methods from a couple of different classes in order toprevent code duplication.
When const and non-const member functions havevery similar implementations you can avoid code duplication by having the non-cont version call the const version.
In this way, the code we write can be more flexible and provide more functionality to callers of our function,while not introducing code duplication.
It is useful to avoid any kind of code duplication.
How do you best structure the controller for moderate/ complex Web applications so that you can achieve reuse andflexibility while avoiding code duplication?
The definition of this convenience initializer makes RecipeIngredient instances quicker and more convenient to create,and avoids code duplication when creating several single-quantity RecipeIngredient instances.
Your dependencies might also depend on other versions of Lodash,so transform generic lodash requires to cherry-picked ones to avoid code duplication.
First, we will review how to extract a function to reduce code duplication.
Most comments in code are in fact a pernicious form of code duplication.