usrme / wishlistlite

The lesser SSH directory ✨
MIT License
3 stars 0 forks source link

Refactor 'itemsToJson()' to leverage 'io.Writer' #7

Closed usrme closed 1 year ago

usrme commented 2 years ago

Using the 'io.Writer' interface would make testing easier as I wouldn't have to create any intermediary files nor clean them up, but rather focus on the business logic.

usrme commented 1 year ago

Closing this as this refactor doesn't seem to be all that valuable.