Are you Google Oriented Programmer?
Who is a Google Oriented Developer?
get :user_details .... end
get :user_details do .... end
Is there a problem in looking for tech answers in Google?
- It's not a problem.. when you look for solving a previously unsolved issue
- But it's waste of time, when you look for simple / obvious things in Google... like abov
- It's a problem because you loose the train of thoughts on the coding / project & could get distracted
Alternate theory on using Google for any tech questions
- You don't have to remember things that can be found on Google!
- I get the solution quicker, than struggling to debug myself
Middle ground / my point of view
- Basic language syntax should be learnt / kept in long term memory by the developer
- Reserve the Google search for things that are not standard / basic part of coding to do
- Do get back to code / project, after the required code example is found
Labels: google developer, search and code, software engineering