dwyl / sendemail

💌 Simplifies reliably sending emails from your node.js apps using AWS Simple Email Service (SES)
182 stars 26 forks source link

Improve Code Maintainability #94

Closed nelsonic closed 4 years ago

nelsonic commented 4 years ago

https://codeclimate.com/github/dwyl/sendemail image Specifically the sendMany function is too long: https://codeclimate.com/github/dwyl/sendemail/issues?category=complexity&engine_name%5B%5D=structure&engine_name%5B%5D=duplication sendemail-complexity

This should be reasonably easy to refactor.

Todo

nelsonic commented 4 years ago

Included in #95