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

Add bug remarks

parent 54fda4db
No related branches found
No related tags found
1 merge request!56Debugging Strategies lecture notes
...@@ -604,6 +604,20 @@ Possible issues due to mishandled communication or data access ...@@ -604,6 +604,20 @@ Possible issues due to mishandled communication or data access
- Race conditions - Race conditions
## Remarks {.leftalign}
If you found a bug in someone's code:
- Communicate with the developer(s)
- Try to write a reproducer
If you also managed to solve the bug
- Share your solution (developers, colleagues, support)
- Write a test for it
# Debugging broken code # Debugging broken code
## Logging ## Logging
......
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