Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Google coding

15 views
Skip to first unread message

bob

unread,
May 14, 2012, 10:36:19 AM5/14/12
to
What do you guys think about turning to Google's search engine to solve your coding problems?

I feel like I'm cheating when I do this, but admittedly it happens a lot.

Daniel Pitts

unread,
May 14, 2012, 8:46:52 PM5/14/12
to
On 5/14/12 7:36 AM, bob wrote:
> What do you guys think about turning to Google's search engine to solve your coding problems?
>
> I feel like I'm cheating when I do this, but admittedly it happens a lot.

I use Google frequently. Not to get source code, but to seek best
practices, existing patterns, and what potential problems exist with the
solutions I'm considering.

On the other hand, if you're in a class environment where you're
supposed to be learning basics, google is indeed cheating.

Also, if google points you at some code and you copy it without regards
to copyright, you are not only cheating, but breaking the law.

hgsch...@gmail.com

unread,
May 16, 2012, 1:16:57 PM5/16/12
to
Agreed; it entirely depends on what you're doing. For me, i use it when i need documentation for an Api or a data structure of some sort. Sometimes i will use a tutorial, however it will be for something which gives me the fundamental basics of what im trying to do as opposed a "how to write [insert app here]". For example, a tutorial on how to write a graphics engine will not teach you much, because the work is done for you. A tutorial on how to use the opengl API ,however, with a focus on learning the fundamental concepts behind it, will teach you a lot.
0 new messages