Skip to content

Commit

Permalink
Improve sentence 20240827
Browse files Browse the repository at this point in the history
  • Loading branch information
damianooldoni committed Aug 26, 2024
1 parent a128683 commit 1e4209a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sessions/20240827_the_art_of_debugging.html
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@

Let's move to something more familiar: eels tagging data.

The function `get_migrations()` works nicely in example 1, but it fails in other examples. By giving a look to the function, the values passed to the arguments and the error messages, try to understand what is going wrong and add a series of checks (assertions) to fail "fast" and "nicely".
The function `get_migrations()` (code provided) works nicely in example 1, but it fails in other examples.Try to understand what is going wrong, add a series of checks (assertions) to fail "fast" and "nicely", and eventually solve the bugs.

---
class: left, top
Expand Down

0 comments on commit 1e4209a

Please sign in to comment.