Add notifications.
This commit is contained in:
@@ -119,10 +119,10 @@ didn't touch, unless the change made it newly wrong. In rough priority order:
|
||||
leaves state half-updated, panics on input the caller controls.
|
||||
3. **Resources and lifetimes** — leaks, missing close/cancel, work that outlives
|
||||
what it belongs to.
|
||||
4. **Concurrency** — data races, state mutated without the lock its neighbours
|
||||
4. **Concurrency** — data races, state mutated without the lock its neighbors
|
||||
take, deadlock ordering.
|
||||
5. **Interface and contract** — a caller that can now be silently wrong; a
|
||||
behaviour change not reflected in the doc comment right above it.
|
||||
behavior change not reflected in the doc comment right above it.
|
||||
6. **Tests** — a new branch with real failure modes and no test; a test that
|
||||
would pass with the bug still in.
|
||||
7. **Fit** — code that ignores an existing helper, layering, or naming pattern
|
||||
|
||||
Reference in New Issue
Block a user