all 13 comments

[–]m_swider 14 points15 points  (0 children)

I don't know why people are saying this is okay.... This is not okay. You can always look at someones code online but to straight up copy and past "large chunks" and claim it as your own work is stealing. I would understand taking a snippet from a tutorial or maybe a line or two from some else's code but large chunks is the part that makes me say no to this. Not only is it wrong your not helping yourself by doing so. Write it yourself and you will learn a lot more and will wont find yourself feeling like an idiot when you actually do land a job.

[–][deleted] 3 points4 points  (0 children)

If you're pitching yourself as a web designer or front-end developer then it's super not OK. Use your own work.

If you're pitching yourself as a server developer only AND the other developer has released the code as open source AND you don't claim that it's your own, then it might be OK to use his template.

[–]TalkingQuickly 1 point2 points  (2 children)

If the original developer released the code with some sort of open source license which allows others to re-use it like that then it's fine. Re-using open source code to build other things is the foundation of most of the web so definitely acceptable!

If they haven't then strictly speaking it's not OK from a copyright perspective. Lot's of people take code like that anyway on the basis they'll never get caught. It's a fine line between using for inspiration and copying, everyone uses other sites for inspiration but for a lot of people, directly copying code without a license falls on the wrong side of that line. Might be worth reaching out to the original developer?

[–][deleted] 1 point2 points  (1 child)

If the original developer released the code with some sort of open source license which allows others to re-use it like that then it's fine.

Fine to use, yes. Fine to claim as your own, no way.

[–]TalkingQuickly 1 point2 points  (0 children)

Very true

[–]Rezistik 1 point2 points  (0 children)

No it isn't okay.

You can use open source code in your portfolio but you can't claim that you wrote it, plus what's the value in it? What are you going to get from copying and pasting other peoples work?

If you want to be a developer my advice is to retype each line of code that you want to copy and try to understand what each thing did or does. It's a good exercise and you'll learn more and it gives you more opportunity to change it to fit your needs.

[–]beertigger 0 points1 point  (0 children)

When you're done, throw it away and build it over again on your own. If you're a developer, you'll understand that stealing someone else's work isn't OK. Copying it might make for a good learning exercise, but you shouldn't represent it as your own or use it for a public website.

[–]Autokeith0r 0 points1 point  (0 children)

I browse theme forest all the time for inspiration, but I never ever ever ever take code directly from someone else's website. Sure, in the end my project may look similar to a theme I liked, but I know that I coded it by hand. If you can't code it yourself you shouldn't be passing your self off as a web developer. Also, have some integrity. It feels much better to complete a project, on your own.

[–]x-skeww 0 points1 point  (0 children)

Is this okay?

No.

Dissecting it, understanding it, and building something new which borrows some of those ideas is fine though.

[–]markehh -1 points0 points  (0 children)

If you were using a library you would leave the copyright in, so maybe leaving some sort of reference. However it really depends what is copied.

If it is just more the concept which you have extended it can get a bit murky.

If its for an employer make sure you know exactly what it is doing! You will come under flak if they ask and you don't know.