Hacker News new | ask | show | jobs
by eksemplar 3289 days ago
I don't think there is anything inherently wrong with google programmers. Sometimes looking something up is faster, sometimes it's inspiring.

The thing a degree does though, is make sure people know what stackoverflow code to ignore.

You can certainly obtain the same knowledge on your own, and you can certainly avoid getting it with your degree.

The thing is though, hiring people is about minimizing risks. The most expensive mistake you can make as a manager is hiring the wrong person, and degrees offer the highest probability of skilled labour.

2 comments

> I don't think there is anything inherently wrong with google programmers. Sometimes looking something up is faster, sometimes it's inspiring.

I think the term "google programmer" covers too much ground to make a blanket statement.

On one hand, Google and StackOverflow can serve as an easy to use interface to documentation and troubleshooting information. I think this use of Google is great.

On the other hand, it's also possible to use them as a source of copy/paste code snippets without necessarily understanding what the code is doing. This second kind of "google programmer" is a huge problem. These are the type of people we all laugh at for not being able to solve FizzBuzz (assuming they haven't found somebody else's solution to copy/paste).

> The thing a degree does though, is make sure people know what stackoverflow code to ignore.

I wouldn't count on it. Even if a code snippet on SO is 100% correct, that doesn't mean it'll be the best solution outside of the original asker's situation.

Please understand my sentence in context. I did not write that a search engine should not be used per se.