Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
I'd say what makes the person good is knowing when to use those tools, and how to apply what you find. Creating on your own is fun and teaches you a lot, but it's not always the best solution to "reinvent the wheel"
-
vasumr668yI have been coding for a while. Back then even api was only in books and were extremely expensive to buy. So you had to pretty much do everything on your own. That was fun too.
Learning new skills was incredibly hard. I remember how hard it was to switch from C to C++.
In essence all the sites help only if you know what you want to do but don't know exactly how.. -
fergyMC308yive actually learned a lot of my programming from stackoverflow... the trickiest part is knowing how to apply a solution to tour own code. as long as you know the basics and logic behind it as long as you can understand whats happening in the solution its amazing. but always learn the basics first!
-
Nothing wrong with it at all. The problem is when devs just copy/paste and don't take the time to understand what that chuck actually does.
Should programmers use google and Stack Overflow all the time?
undefined