From 900011bde28c2934c1c85eb95f1f70b4312417f8 Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Tue, 20 Nov 2012 11:30:51 +0000 Subject: Added --- TODO | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 TODO (limited to 'TODO') diff --git a/TODO b/TODO new file mode 100644 index 0000000..82861b2 --- /dev/null +++ b/TODO @@ -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 + -- cgit v1.2.1