Open jeffnb opened 8 years ago
There are almost not tests. On the command side, generally accepted practice is that you move as much code out of your handle method as you can so you can simply run tests on the logic via a unit test.
handle
There are almost not tests. On the command side, generally accepted practice is that you move as much code out of your
handle
method as you can so you can simply run tests on the logic via a unit test.