141
Developer vs Tester (media.mas.to)

you are viewing a single comment's thread
view the rest of the comments
[-] deadbeef79000@lemmy.nz 16 points 1 year ago* (last edited 1 year 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 4 points 1 year ago
 assert triangleObject.shouldFitInHole(triangleHole) == true

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

Programmer Humor

41279 readers
6 users here now

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

Rules:

founded 6 years ago
MODERATORS