Skip to content

Commit

Permalink
Update scalatools.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Eckel committed Sep 22, 2024
1 parent 19244e5 commit 7dc8013
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docs/guide/scalatools.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,14 +135,6 @@ sbt:EffectOrientedProgramming> runMain Chapter03_Superpowers.App0
```

> **NOTE: Some output might be out-of-order vs. output shown in the book**.
> Nodes in the same layer of the dependency graph have arbitrary ordering.
> The ordering of initialization in the dependency graph is only guaranteed in the sense that 'If B depends on A, then A will be constructed first.'
> But whenever there are unrelated pieces, the ordering is arbitrary.
> C could be constructed at any point:
> - Before A
> - In between A and B
> - After B
> As long as C doesn't depend on A or B.
<!-- Run all programs with a single command: runMainClassesToleratesFailures -->

Expand Down

0 comments on commit 7dc8013

Please sign in to comment.