|
|
|
|
|
by samd1986
2642 days ago
|
|
I think you confuse software development with I don't know what. All the time we look at other peoples code. See Stackoverflow. If it is only a couple of lines that is also not plagiarism, that is code reuse which in software is encouraged (see DRY principle).
If you can take some code (as is) and just change some params that is just using a library or a framework. And libs are usually free to use if they are publicly available. If you just copy the library and say its your work that is plagiarism. In Software we don't just look at code we take snippets and reuse them (ALL THE TIME), like an architect snipping a windows design out of someone else's plans and reusing them. A couple of lines of well written clean code should be reused. Don't write your own interpretation. Either you have a better cleaner version or not. |
|
But some (admittedly junior) developers I've spoken to said that there was so much concern about IP theft they weren't allowed to look at other peoples' code (I assume Stack Overflow was an exception).
And this link https://academia.stackexchange.com/questions/100081/does-two... is about someone who was accused of plagiarism because of two lines of code.