日本のBingへ
About 131,000 results
Open links in new tab
  1. Is copy & paste programming bad? - Software Engineering Stack …

    By copy-pasting code, I would assume that it is a code snippet that get copied/pasted. Code snippets are mostly for demonstration of the idea or the algorithm, not for real production …

  2. programming practices - Do most programmers copy and paste …

    48 Two general cases: From one project to another: Most programmers cut and paste code in this capacity. They might find a previous project or something online and copy/paste it exactly or …

  3. programming practices - Is it ok copying code from one …

    Oct 5, 2020 · I'd say this sort of copy/paste is only acceptable if 1) the copied code will change independently and 2) updates to the original code will not be incorporated into the copied …

  4. Am I copy/paste programmer? - Software Engineering Stack …

    A copy-paste programmer is the one who steals the code itself, whereas you are merely taking ideas for trivial things in your project. I assume you are using your own logic.

  5. What's a good, concise way to explain the dangers of copy-paste ...

    I'm looking for a good analogy or metaphor that could illustrate the problems of copy-paste programming to non-programmers. I occasionally do code/system reviews for potential clients, …

  6. Why should we reuse code as binary modules instead of …

    Oct 18, 2023 · Why can't I copy/paste code? I told him why with examples of well used libraries, how code copy/pasting can lead to untested brittle code with hidden bugs, how that increases …

  7. licensing - Is this the correct way to include this MIT licensed ...

    I've committed JSON.sh (as in, just the script) to my project, and copy+pasted the MIT license (as it appears in LICENSE.MIT) to the bottom of it. Is that sufficient?

  8. How to copyright personal code - Software Engineering Stack …

    My question relates to copyright, I put copyright and my name in the code and on the spread sheet to indicate it is my program but is this enough when people start copying the code?

  9. How do I safely write code in my own 'words' and not plagiarize?

    You can give credit on several levels, from a simple code comment to making your code an official fork/branch of the original code. In summary its less about what you can do but about …

  10. Should you keep a copy of all the code you write? [closed]

    Jun 26, 2012 · I know the company you work for owns the code and obviously you will get arrested if you try to sell it. But is it uncommon for developers to keep a personal copy of the …