How do you say Repetition Code in Japanese?

Asked 1 years ago, Updated 1 years ago, 253 views

Write here because you may not know software engineering or answer in general terms on language sites.

How do you say Repetition Code in Japanese?

Repetition Code is a bad way to write software where the same code is written here and there instead of a single function

coding-style

2022-09-30 21:49

4 Answers

Hello
In the sense you mentioned, I think it is often referred to as Duplicate Code.The Repetition Code translates into a repetitive code, which represents the code for Error Correction.

Hi, I support the word pointed out out is 'duplicate code' in Japanese.We are using 'repeated code' as the translated word of 'Reputation Code', And It means one of the codes for the error correction.


2022-09-30 21:49

Isn't this duplicate code or code clone?
Duplicate Code - Wikipedia

A duplicate code is an identical or similar part existing in the source code.Also known as code clones.

Duplicate code is one of the factors that makes software maintenance difficult.The reason for this is that if you have modified a code, you will need to consider correcting all duplicate codes of that code.

Since the late 1990s, research on methods for detecting duplicate codes has been active mainly as part of software engineering. In software engineering, duplicate code is primarily referred to as code clones.

On the other hand, Repetition Code seems to be used for another purpose, so it may be better not to use it to indicate duplicate code to avoid confusion.
Repeat sign - Wikipedia

Repetition code is a coding technique for {\displaystyle(n,1)}{\displaystyle(n,1)}} that achieves error-free communication on a transmission line by repeating bits.Repeated coding is a very simple coding technique.In a communication path with fading, the error rate decreases as the number of iterations increases, but in a communication path where white noise is added, the error rate increases.


2022-09-30 21:49

Searching for repeat code (or repeat code) in English SO, I thought it might be used more closely to boilerplate code.

"Boilerplate code" is usually called ""Boilerplate code"" as it is in Japan."
"If you put ""repeptive code"" in Japanese…"Code" or something like that…


2022-09-30 21:49

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.