134
Developer vs Tester (media.mas.to)

you are viewing a single comment's thread
view the rest of the comments
[-] deadbeef79000@lemmy.nz 14 points 3 days ago* (last edited 3 days ago)

This is why it's important to have tests that assert a system's failure modes too.

shouldFitTriangleInTriangleHole()

shouldNotFitTriangleInAnyOtherHoles()

Bonus points for just parameterizing it.

[-] elvith@feddit.org 3 points 2 days ago
 assert triangleObject.shouldFitInHole(triangleHole) == true

assert triangleObject.shouldFitInHole(squareHole) == false
this post was submitted on 16 Sep 2024
134 points (95.9% liked)

Programmer Humor

32042 readers
1299 users here now

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

Rules:

founded 5 years ago
MODERATORS