Does Open Source lead to bad coding?
- by David Conde
I have a thought that I tried asking at SO, but didnt seem like the appropriate place. I think that source sites like Google Code, GitHub, SourceForge... have played a major role in the history of programming. However, I found that there is another bad thing to these kind of sites and that is you may just "copy" code from almost anyone, not knowing if it is good(tested) source or not.
This line of thought has taken me to believe that source code websites tend to lead many developers (most likely unexperienced) to copy/paste massive amounts of code, which I find just wrong.
I really dont know how to focus the question well, but basic thought would be:
Is this ok? Is Open Source contributing to that or I'm just seeing ghosts...
Hope people get interested because I think this is an important theme.