In the context of computer programming, how to say to uncomment?
For instance, here I uncomment a line:
// Before
// myvar = 3;
// After
myvar = 3;
I would use コメントアウトする, but I also see コメントじゃなくする, 非コメント化する, コメントを外す in use.
|
In the context of computer programming, how to say For instance, here I uncomment a line:
I would use |
|||||||||||||||
|
|
You present four choices:
Finally, there is another common choice you failed to mention:
In the end, my choice for "uncomment" is |
|||
|
|
Consensus in the ALC corpus (all technical entries that match your example case) would be for Ex:
One example uses
|
|||
|
|