diff options
author | Steve Kemp <steve@steve.org.uk> | 2012-11-20 11:30:51 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2012-11-20 11:30:51 +0000 |
commit | 900011bde28c2934c1c85eb95f1f70b4312417f8 (patch) | |
tree | b0c7652fd8ffb3ee071a2d76fb7b401f238835f9 /TODO | |
parent | 77edaeaefc49ec25dd7c620f769d1a0ce545f4cb (diff) |
Added
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -0,0 +1,14 @@ + +1. Decouple the parsing from the queue insertion. + Use a callback in the driver + yield to push items into the queue. + + +2. Don't use beanstalk client directly, subclass custodian/queue, or similar + to allow us to swap out the queue and stub it for testing. + +3. Use a class factory to instantiate tests on the worker-side. + +4. Use either a proper grammer, or use the protocol-tests when parsing. + +5. Rewrite rsync/ssh/ftp, etc, as a subclass of tcp.rb + |