icambron / add-numbers

Add numbers together in Javascript
GNU Affero General Public License v3.0
5 stars 0 forks source link

Let addNumbers use optional callback param. #10

Closed srh closed 8 years ago

srh commented 8 years ago

Adds an optional callback parameter so that users can use continuation passing style.

srh commented 8 years ago

Updated to fix merge conflicts with semicolons fix. This should help with #1.

icambron commented 8 years ago

Yup, definitely need features like that. Otherwise, there might be libraries that choose not to depend on addNumbers and brazenly duplicate the code