Skip to content

Commit

Permalink
Merge pull request #644 from timciep/patch-1
Browse files Browse the repository at this point in the history
Ch06: Fix link to script source
  • Loading branch information
KtorZ committed Dec 6, 2023
2 parents c5844c2 + 5fc8cc2 commit bb5188c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch06.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ And we're done!
<img src="images/cats_ss.png" alt="cats grid" />

Here is the finished script:
[include](./exercises/ch06/main.js)
[include](https://github.com/MostlyAdequate/mostly-adequate-guide/blob/master/exercises/ch06/main.js)

Now look at that. A beautifully declarative specification of what things are, not how they come to be. We now view each line as an equation with properties that hold. We can use these properties to reason about our application and refactor.

Expand Down

0 comments on commit bb5188c

Please sign in to comment.