| ▲ | Tyr42 6 hours ago | |
Heck, doing a self review when you wrote the code catches stuff like forgetting debug prints. | ||
| ▲ | nothrabannosir 5 hours ago | parent | next [-] | |
(tangent of the decade : prefixing your debug printfs with NOCOMMIT helps catching them before commit :) sample precommit hook and GitHub ci action I wrote is at https://github.com/nobssoftware/nocommit but it’s just a grep) | ||
| ▲ | therealdrag0 2 hours ago | parent | prev [-] | |
Self review should also include adding guiding comments for other reviewers. | ||