Is it okay to copy code from the internet?

Asked by blessing007 · 7 months ago

1 Answer

36
amorebise · 7 months ago Top Answer

In the industry, we call it 'research.' Every developer uses Google and Stack Overflow. However, you must understand what you are copying. Never put code in your project if you don't know what it does.

Also, always give credit where it's due if you're using a major piece of someone else's work.

Log in to add a comment.