Initial commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
# Error Handling Best Practices
|
||||
- Wrap errors with context
|
||||
- Log at boundary (not everywhere)
|
||||
- Return errors, don't panic
|
||||
- Define error taxonomy
|
||||
- Provide recovery hints
|
||||
Reference in New Issue
Block a user