Quote:
|
Originally Posted by Samurai Wanna explain that? How's google connected to software programmer jobs? |
Sure. Google is the biggest tool that programmers use to write code. Unspoken tenet of programming is that if there is code to be written, then its already been written by someone else. Thats where google comes in. Psst... ctrl-c ctrl-v are the most often used keys by a programmer. Specific to Indian context, when a project is "outsourced" to india, the design of the project happens in host country and the coding happens in India. In other words, the domain specific part is taken care of by host country and what generic programming techniques to use are specified to the programmers. And there are tons of examples available via google on how to implement those generic techniques.
Amitoj