commit | f722dbf282581dac51c277577e5f25654e8faa77 | [log] [tgz] |
---|---|---|
author | Samuel A. Falvo II <sam.falvo@rackspace.com> | Mon Jul 29 15:44:30 2013 -0700 |
committer | Samuel A. Falvo II <sam.falvo@rackspace.com> | Mon Jul 29 15:44:30 2013 -0700 |
tree | c6f00a0a2a85b335536214ba20e9839d0e5842b0 | |
parent | d7ffabf11e8b5bd428fa41c04cf91bfb9fc14523 [diff] |
Refactor common initialization sequences. I've been grossly violating the DRY principle for some time, in the name of coding velocity. After 9 or so acceptance tests, it's tiresome, error-prone, and inconvenient to have to cut-and-paste the same initialization code between modules. The time is now to fix this, before I write any more acceptance tests. And, now that I have an interface I'm happy with, writing future acceptance tests should go much faster than even before.