Code review habit: To review tests, I split my editor vertically
Code review habit: To review tests, I split my editor vertically.
Left side: File under test
Right side: Test
Benefits:
✅ Reading tests helps me understand the code's intent
✅ Inverse: Reading the code helps me understand the test's intent
✅ Easily spot missing test cases
