this post was submitted on 05 Aug 2023
687 points (97.9% liked)

Programmer Humor

32061 readers
1026 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] evatronic@lemm.ee 2 points 1 year ago

I always start with the basics for my test cases. Like, every test case has a name, and assert(true) in the body.