141
Developer vs Tester (media.mas.to)
submitted 9 months ago by [email protected] to c/[email protected]

top 11 comments
sorted by: hot top new old
[-] [email protected] 35 points 9 months ago

good Tester.

If something stupid can be done, it will be done.

[-] [email protected] 22 points 9 months ago
[-] [email protected] 12 points 9 months ago

Name is Alison Burke.

[-] [email protected] 17 points 9 months ago

I've seen this enough times that I laughed without watching it. Funny stuff.

[-] [email protected] 16 points 9 months ago* (last edited 9 months 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.

[-] [email protected] 4 points 9 months ago
 assert triangleObject.shouldFitInHole(triangleHole) == true

assert triangleObject.shouldFitInHole(squareHole) == false
[-] [email protected] 10 points 9 months ago

If a function takes all types of variables it's your own fault!

[-] [email protected] 10 points 9 months ago

Testers are a godsend

[-] [email protected] 10 points 9 months ago

Anything can be a square hole if you're brave enough.

[-] [email protected] 4 points 9 months ago

Poor development! If something can be done, people will do it.

Best way is to not allow it and provide no feedback.

[-] [email protected] 5 points 9 months ago

Wait, provide no feedback?

this post was submitted on 16 Sep 2024
141 points (94.9% liked)

Programmer Humor

37020 readers
68 users here now

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

Rules:

founded 5 years ago
MODERATORS