Fix up wording.

This commit is contained in:
Mike Thompson 2016-08-18 11:53:48 +10:00
parent 49581cd96e
commit ad66b89abc
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ consequences:
1. Cognitive load for the function's later readers goes up because they can no longer reason locally.
2. Testing becomes more difficult and involves "mocking". How do we test that the http GET above is
using the right URL? "mocking" should be is mocked. It is a code smell.
using the right URL? "mocking" should be mocked. It is a bad omen.
3. And event replay-ability is lost.
Regarding the 3rd point above, a re-frame application proceeds step by step, like a reduce. From the README: