687
Sounds great in theory
(programming.dev)
Post funny things about programming here! (Or just rant about your favourite programming language.)
I always start with the basics for my test cases. Like, every test case has a name, and
assert(true)
in the body.