Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
3answers
136 views

When is 'cloning', rather than reusing, a module acceptable design solution?

For this question, I'll give an example module to facilitate the discussion, Let's say the module is a calculation engine, It currently servers its purpose for its current audience. The requirement is ...
24
votes
16answers
2k views

Do most programmers copy and paste code?

I learned very early on that cutting & pasting somebody else's code takes longer in the long run that writing it yourself. In my opinion unless you really understand it, cut & paste code will ...
5
votes
3answers
743 views

Am I a code monkey?

I just tried integrating my website with facebook. I got a lot of copy-paste code from the facebook developers site. I just put the code and it works fine. Do you call this kind of programmers "code ...
5
votes
14answers
870 views

Is copy & paste programming bad?

With plain Google as well as Google Code search tools it is easy to find how to program using some resource or solve certain problems (such as create a Java class, or an FTP block in Perl, etc). So ...
2
votes
4answers
308 views

Is it ok to store code and use it later?

I've been programming for the many months. What I've found is : My team leader illustrates to me the project. I start up with an empty project. For many common tasks (like calling webservice, ...
19
votes
15answers
849 views

What's a good, concise way to explain the dangers of copy-paste programming to non-programmers?

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, and one of the ...