Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gpedic committed Jul 23, 2023
1 parent 5f00709 commit 3c835d6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ On the other hand in the fail step, we can match the aggregate data since no par

```

## Comparison to `with`
## Why use Q?

A major benefit of using ExQ over `with` is that the results of all steps before an error are available and the step which produced the error is also easily identifiable.
A major benefit of using ExQ is that the results of all steps before an error are available and the step which produced the error is also easily identifiable.

Compare the following two snippets:

```elixir
user_id = 1234
Expand Down

0 comments on commit 3c835d6

Please sign in to comment.