Skip to content

Commit

Permalink
Added notes on advantages of this module over others.
Browse files Browse the repository at this point in the history
  • Loading branch information
zach pratt committed Mar 14, 2015
1 parent ae9f76a commit 36a9b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Asynchronous loading and creation of google maps

I wrote this module to have the simplest possible public API and to handle the common case of waiting to add things to the map until it is `idle`. It is also targeted at making the creation of multiple map instances easier to manage, since each call to `create` will return a promise. There is [another library](https://github.com/sakren/node-google-maps) you can use if you don't like mine.

Additionally, I have focused on code readability and test quality. TDD is a passion of mine.
Additionally, I have focused on code readability, test quality, and attempted to make this an easy module to TDD with as a dependency. You can easily stub the API, instead of having to verify properties of the module itself. TDD is a passion of mine.

### Not fully baked yet

Expand Down

0 comments on commit 36a9b6c

Please sign in to comment.