Hacker News new | ask | show | jobs
by brightball 1252 days ago
Yep, agreed. I tend to just code a single giant integration test where I map out the happy path to start with, and then when it works code tests for known edge cases at specific parts.

Keeps me focused.