Why do programmers like to "copy _paste" phrase codes from other source to apply it in their website ... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Why do programmers like to "copy _paste" phrase codes from other source to apply it in their website ...

Kindly asking..

18th Feb 2019, 6:13 AM
Gady Oduor
Gady Oduor - avatar
10 Answers
+ 6
How do you get to know that programmers like to copy and paste? Programmers don't copy and paste often, they like to create reusable libraries, module classes and frameworks. They practice DRY (Don't Repeat Yourself) on coding.
18th Feb 2019, 6:44 AM
Calviղ
Calviղ - avatar
+ 6
Not everyone does this. Real programmers paste the code from their brain. But many people out there do this because it is the easiest and fastest way. But you need to have proper understandings.
18th Feb 2019, 7:28 AM
shovan
shovan - avatar
+ 5
//To make coding litte easy, copy-paste - modify 👌👌
18th Feb 2019, 6:18 AM
Sudarshan Rai
Sudarshan Rai - avatar
+ 5
I don't think it will be easy to make a website with 100% original ideas.
18th Feb 2019, 6:38 AM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 4
Maybe they aren't quite experienced as programmers. It's not a practice that would even make sense for me to do in the work I do.
18th Feb 2019, 6:53 AM
David Carroll
David Carroll - avatar
+ 3
I will do it only when I do not know some parts of a particular code and I think it worthes to know about. After understand it, I apply this new technique, method, process, et cetera on either my projects with a different approach or process, or creating reusable snippets of code, or adding to my personal module/library, etc. I think creating your own snippets are far better productive for a development process than simply copy and paste somebody'else code. Instead of copying, you can every now and then check F12 in the own page to explore how some features of your interest are made of, especially CSS features, for instance. Above all, it is your code understanding that matters the most.
18th Feb 2019, 7:56 AM
Luis Febro 🇧🇷
Luis Febro 🇧🇷 - avatar
+ 2
Never copy paste code if you don't know what's going on, never ever in production. It's absolutely fine to look for techniques, algorithms etc, even the code on the internet but always put some effort to understand, test it thoroughly on development before pushing it to production. You should be following DRY but maintaining the quality of your codebase.
18th Feb 2019, 6:20 PM
Bk Str
Bk Str - avatar
0
Programmers are lazy
19th Feb 2019, 10:31 AM
Charles Ojara
Charles Ojara - avatar
0
They care for their keyboards.
19th Feb 2019, 5:37 PM
Ansh Choudhary
Ansh Choudhary - avatar
0
I agree
21st Feb 2019, 9:17 PM
chris merriweather
chris merriweather - avatar