DEV Community

prefer to use pieces of code written by others or yourself?

Davide Santangelo on June 19, 2018

when you need to solve something, do you prefer to take code written by others (stackoverflow, github etc) or look for a own solution?

Collapse
 
sudiukil profile image
Quentin Sonrel

It depends on many things, mostly what I need to solve and how quick I must solve it (and how pissed off I am 😀) but I usually try to solve it myself first. And if I can't do it I'll take a look at what I can find on the web.