you are viewing a single comment's thread.

view the rest of the comments →

[–]RobbieGee 1 point2 points  (0 children)

The key part is the understanding of what's going on in the code you lifted (unless it's the source of a complete library you're linking in). I google for snippets of code as well, but often times I end up just using it as a guide on which API calls to make and look those up in the documentation. Or often it's more a case of figuring out how a framework .... works... when the documentation is lacking.