There are some things which you can do, and some which you cannot do while copy-pasting.
有些东西是复制粘贴可以完成的,有些则不是。
2
Mostly, people achieve "reuse" by copy and pasting, which you never do in code.
最主要的是,人们通过拷贝和粘贴来获得“重用”,你决不会对代码这样做。
3
The problem is that programmers could accidentally write such code (say by mistakenly including a static modifier in a field declaration, due to copy-and-pasting).