icambron / add-numbers

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

DRY #11

Closed srh closed 8 years ago

srh commented 8 years ago

Fixed some needless duplication of logic. I hope recursion isn't against the coding standards.

icambron commented 8 years ago

Oh, very important fix.