philosowaffle/docme

Consider refactoring bin/docme

Closed this issue · 1 comments

It is probably possible to break this out into its own class so that this logic can be tested. Also, the Docme class can probably be utilized better. Look into how classes and objects work in ruby, might be work setting the file paths in the Docme object and doing more operations inside of that class. And if possible, perhaps the class should be broken out. The js_parse does not necessarily need to be in there.