Update README.md

This commit is contained in:
Mike Thompson 2018-02-10 11:09:19 +11:00 committed by GitHub
parent f2a7b5f43d
commit 16efb7dd02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ So, data is at the core of `re-frame-trace` in both of the ways just described,
and that should not be the slightest bit surprising.
Think about it ... every single time you put a `printlin` into your program,
you are printing out what? Obvserving data is how you figure out what's going on.
you are printing out what? And why? Data is the fuel of your investigation.
Have you seen LightTable? It was attractive because it co-renders the data and
code. The shown data is the "paper trail" by which you can percieve the dynamics of the code.