bentonam / fakeit

Generates JSON documents based on models defined in YAML and adds them to a Couchbase Bucket
MIT License
86 stars 21 forks source link

Use helper libraries to reduce the amount of redundant code #92

Closed tjbenton closed 7 years ago

tjbenton commented 7 years ago

There're several instances of code that could be reduced by using other libraries that already take care of these things to make the code more readable and make's it so we don't have to write as many unit tests.