Skip to content

Commit

Permalink
Don't randomly switch the order of things around
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorlu committed Apr 27, 2024
1 parent 9dff10c commit 875a8ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion weeknotes-2024/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1153,8 +1153,8 @@ <h3 id="a-stab-at-test-commit-revert-for-clojure">A stab at Test
&amp;&amp; commit || revert</a> (TCR) and <a
href="../clj-reload/">clj-reload</a>.</p>
<ol>
<li>clj-reload will keep files in sync with the REPL</li>
<li>TCR will keep people’s mental models in sync.</li>
<li>clj-reload will keep files in sync with the REPL</li>
</ol>
<p>I’ve used TCR with <a href="../elm-lang/">Elm (programming
language)</a>. It helped me think in smaller steps, and get progress
Expand Down
4 changes: 2 additions & 2 deletions weeknotes-2024/index.org
Original file line number Diff line number Diff line change
Expand Up @@ -725,8 +725,8 @@ But I'd also like the state to be visible.
Interactive programming with Clojure can get invisible if the state of the REPL drifts from the state of the files on disk.
I think the combination of two technologies can alleviate that mental overhead: [[id:f18ada06-6b4d-4b67-aa38-706bacfc654c][test && commit || revert]] (TCR) and [[id:c9d8b834-efdb-481a-b6f6-4f9419c51c8a][clj-reload]].

1. clj-reload will keep files in sync with the REPL
2. TCR will keep people's mental models in sync.
1. TCR will keep people's mental models in sync.
2. clj-reload will keep files in sync with the REPL

I've used TCR with [[id:fa743cc8-7c40-4092-b685-496db87664f6][Elm (programming language)]].
It helped me think in smaller steps, and get progress faster.
Expand Down

0 comments on commit 875a8ea

Please sign in to comment.