How Often Do Developers Turn to the Internet for Solutions Instead of Creating Their Own?

0
3
Asked By TechWiz42 On

For those who work in software and algorithm development, as well as roles in DevOps and similar fields, I'm curious about how frequently you rely on internet searches to find solutions that others have previously developed. Is the approach you take more about leveraging existing work versus coming up with something entirely new from scratch? I'd love to hear about your experiences and perspectives, especially with the vast amount of code available nowadays.

1 Answer

Answered By CodeCrafter99 On

I search for solutions all the time! If it ain't broke, why fix it? There's no need to reinvent the wheel when you can just tweak something that's already working. Most of my daily output has a mix of borrowed code stitched together with my own solutions.

ModularMaverick -

Totally agree! Just because the wheel can be reinvented doesn't mean it always should be. Sometimes you want a better wheel, and that's okay too!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.