Skip to content

Commit

Permalink
Draft notes for our September meeting
Browse files Browse the repository at this point in the history
  • Loading branch information
robmoss committed Sep 17, 2024
1 parent 4f456eb commit 61d02e2
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/community/meetings/2024-09-12.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# 12 September 2024

In this meeting we did a test run through our **Introduction to Debugging** workshop, prior to running this workshop at the SPECTRUM Annual Meeting (23–25 September, 2024).

Attendance: 3 in person, 7 online

## Introduction to Debugging workshop

Feedback was generally positive.
However, attendees noted that the errors in the provided code exercises were simple enough that they could be identified without using a debugger.

- We may need code examples that are more complex, to ensure that participants actually need to use a debugger.

- The final exercise may be sufficiently complex?

- We might also include an SIR-type compartmental model with some logic errors (although these can be hard to hide!).

- We can also ask participants to practice using a debugger with a code example **where there is no error**.

Based on her past experiences, Nefel suggested including an example of triggering a breakpoint only when an error occurs (e.g., using a `try` statement in Python and calling `breakpoint()` in an `except` clause).
2 changes: 2 additions & 0 deletions docs/community/meetings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This section contains summaries of each Community of Practice meeting.

- [12 September 2024](2024-09-12.md): test run of our Introduction to Debugging workshop.

- [8 August 2024](2024-08-08.md): orientation guide planning.

- [11 July 2024](2024-07-11.md): presentation from Nefel Tellioglu.
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ nav:
- community/README.md
- "Meetings":
- community/meetings/README.md
- "12 September 2024": community/meetings/2024-09-12.md
- "8 August 2024": community/meetings/2024-08-08.md
- "11 July 2024": community/meetings/2024-07-11.md
- "13 June 2024": community/meetings/2024-06-13.md
Expand Down

0 comments on commit 61d02e2

Please sign in to comment.