Skip to content
Snippets Groups Projects
Commit db9bba1c authored by Dominik Zobel's avatar Dominik Zobel
Browse files

Add slide to prevent errors

parent ca5dbc14
No related branches found
No related tags found
1 merge request!56Debugging Strategies lecture notes
...@@ -520,6 +520,14 @@ issues in line 9 and 13 ...@@ -520,6 +520,14 @@ issues in line 9 and 13
- Create minimal working example - Create minimal working example
- Use debugger - Use debugger
## Prevent errors
- Testing!
- Using linters (static code analysis) like [ruff](https://github.com/astral-sh/ruff) for Python
- Even ensure proper formatting with tools like [black](https://github.com/psf/black) for Python
- Consider using an IDE with its tools
# Errors due to data access and communication # Errors due to data access and communication
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment