DJDNS / go-deje

Golang library for DEJE Next, a protocol/technology for decentralized document hosting and concurrent editing.
GNU Lesser General Public License v2.1
8 stars 0 forks source link

Break djconvert into multiple packages #63

Closed MaddieM4 closed 10 years ago

MaddieM4 commented 10 years ago

This is dependent on #60. Having an untestable, but tiny, main package, with the bulk of logic in an 'app' package, is a pattern that has worked very well for DJDNS. We should do the same thing here.

This may also be a good time to rethink how our Travis coverage testing command works. I think the line in DJDNS currently is superior.

MaddieM4 commented 10 years ago

We should be able to get multiple app package files, full coverage testing, various code simplifications, and the removal of the bash test suite from this ticket.

In case anyone thought the scope was tiny :smile: