You are viewing our Forum Archives. To view or take place in current topics click here.
Coding - Do coders "copy" other coders?
Posted:

Coding - Do coders "copy" other coders?Posted:

Chord
  • Powerhouse
Status: Offline
Joined: May 21, 201112Year Member
Posts: 432
Reputation Power: 16
Status: Offline
Joined: May 21, 201112Year Member
Posts: 432
Reputation Power: 16
The reason I ask this question is because, I am curious as to what people's views on this are.
Do you believe coders use other code as reference and or utilize it within their own code? Do you believe this is bad? Why or Why Not?
#2. Posted:
Wedding
  • Wise One
Status: Offline
Joined: Jun 22, 20158Year Member
Posts: 597
Reputation Power: 107
Status: Offline
Joined: Jun 22, 20158Year Member
Posts: 597
Reputation Power: 107
Some do some don't
But it may seem like someone has copied them but he might off just found it on his own I do not think it's bad at all
#3. Posted:
VDK
  • TTG Senior
Status: Offline
Joined: Dec 27, 201310Year Member
Posts: 1,147
Reputation Power: 4
Status: Offline
Joined: Dec 27, 201310Year Member
Posts: 1,147
Reputation Power: 4
Everyone has/does copy something from other people E'G style' ideas so im sure they do
#4. Posted:
Nic
  • Retired Staff
Status: Offline
Joined: Jun 08, 201013Year Member
Posts: 2,466
Reputation Power: 1070
Motto: I've been watching you all day.
Motto: I've been watching you all day.
Status: Offline
Joined: Jun 08, 201013Year Member
Posts: 2,466
Reputation Power: 1070
Motto: I've been watching you all day.
It sort of depends on what you're copying, how much, and how you're using the code.

It is perfectly fine to look something up on the Internet, such as problems/solutions, case studies, and for example a useful snippet on StackOverflow. You're not only doing this to improve your application, but also to learn and develop your own skills. Everyone looks something up every now and then, no developer knows "everything". I wouldn't consider this "copying" code. The code that you are using is posted and made public for that very reason, to help people when they're stuck on something.

But, if you are the kind of person who downloads some sort of open source application, deploy it, claim that you made it, while you probably don't even understand the code one bit... then yes, you're copying, and you should feel bad.
#5. Posted:
Cyimking
  • E3 2016
Status: Offline
Joined: May 02, 201212Year Member
Posts: 1,129
Reputation Power: 34
Status: Offline
Joined: May 02, 201212Year Member
Posts: 1,129
Reputation Power: 34
Chord wrote The reason I ask this question is because, I am curious as to what people's views on this are.
Do you believe coders use other code as reference and or utilize it within their own code? Do you believe this is bad? Why or Why Not?


Are you going to re-invent the wheel each time you build an application?
#6. Posted:
-Deano
  • PC Master Race
Status: Offline
Joined: Aug 19, 201013Year Member
Posts: 5,238
Reputation Power: 532
Status: Offline
Joined: Aug 19, 201013Year Member
Posts: 5,238
Reputation Power: 532
I think you would have 'copied' other works if you are any good at programming.
There is not a single answer to any solution within programming so you can learn by looking at other solutions and methods of achieving the same answer.

I don't mean go and copy word for word but to understand a particular function or something like that is perfectly fine and I would encourage it to be honest.

Don't just completely copy people though.
#7. Posted:
Left
  • Summer 2018
Status: Offline
Joined: Jun 30, 201112Year Member
Posts: 1,010
Reputation Power: 49
Status: Offline
Joined: Jun 30, 201112Year Member
Posts: 1,010
Reputation Power: 49
Some people *with* the permission copy the entire program of someones and re-engineer the entire thing to make there own version.
#8. Posted:
16
  • E3 2017
Status: Offline
Joined: Nov 24, 201310Year Member
Posts: 3,654
Reputation Power: 11981
Status: Offline
Joined: Nov 24, 201310Year Member
Posts: 3,654
Reputation Power: 11981
I wouldn't say someone necessarily copies word for word.

personally the only time i bother to look at someone else's code is for reference.
#9. Posted:
Deftones
  • Winner!
Status: Offline
Joined: May 16, 201310Year Member
Posts: 8,519
Reputation Power: 1554
Status: Offline
Joined: May 16, 201310Year Member
Posts: 8,519
Reputation Power: 1554
Like if you copy a whole applications code and claims it's yours, then that's bad but if you copy some code to implement into your own code then that's fine, that is what most programmers started out with, like myself.
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.