Is the copy/paste approach professionally viable when working with the Google Maps API?

Posted by Ian Campbell on Programmers See other posts from Programmers or by Ian Campbell
Published on 2012-12-15T21:45:20Z Indexed on 2012/12/15 23:17 UTC
Read the original article Hit count: 231


I find that I understand much of the Javascript concepts used in the Google Maps API code, but then again there is quite a bit that is way over my head in syntax.

For example, the geocoder syntax seems to be of Ajax form, though I don't understand what is happening under the hood (especially with lines like results[0].geometry.location). I am able to modify the body of if (status == google.maps.GeocoderStatus.OK) for different purposes though.

So, being that I am able to take various code from the Developer's Guide and rework it to an extent for my own purposes, all the while not fully understanding what Google Maps is actually doing, does this make me a copy-paste programmer?

Is this a bad practice, or is this professionally viable? I am, of course, interested in learning as much as I can, but what if time-constraints outweigh the learning process?

© Programmers or respective owner

Related posts about api

Related posts about google