Skip to content

Commit

Permalink
Fix typo: rabit -> rabbit
Browse files Browse the repository at this point in the history
  • Loading branch information
arku committed Jun 18, 2019
1 parent 8c0bfc2 commit 8cc9206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mocking.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ While this is a pretty trivial program, to test it fully we will need as always

What do I mean by iterative? We make sure we take the smallest steps we can to have _useful software_.

We dont want to spend a long time with code that will theoretically work after some hacking because that's often how developers fall down rabit holes. **It's an important skill to be able to slice up requirements as small as you can so you can have _working software_.**
We dont want to spend a long time with code that will theoretically work after some hacking because that's often how developers fall down rabbit holes. **It's an important skill to be able to slice up requirements as small as you can so you can have _working software_.**

Here's how we can divide our work up and iterate on it:

Expand Down

0 comments on commit 8cc9206

Please sign in to comment.