0
How often do people who work as professional programmers rely on the Google search to find answers to their programming problems
4 odpowiedzi
+ 5
It's rather common, there is even atleast one site dedicated to that kind of exchange (stack overflow).
There is a great overlap in many of the problems people have to solve (hence newer languages providing more extensive libraries), so why reinvent the wheel on the common stuff? You'll hit something you need to innovate soon enough.
+ 9
Most of the time. The chances that someone else had the same problem or doubt as you did are high enough :)
+ 9
Really often. As one of my professors once said: If you need to code it, it's probably been done before. And in a better way.
+ 3
most of the time . everyone can forget something.