11
comments
good Tester.
If something stupid can be done, it will be done.
34 0 ReplyHer acting is incredible
22 0 ReplyName is Alison Burke.
12 0 Reply
I've seen this enough times that I laughed without watching it. Funny stuff.
17 0 ReplyThis is why it's important to have tests that assert a system's failure modes too.
shouldFitTriangleInTriangleHole()
shouldNotFitTriangleInAnyOtherHoles()
Bonus points for just parameterizing it.
15 0 Replyassert triangleObject.shouldFitInHole(triangleHole) == true assert triangleObject.shouldFitInHole(squareHole) == false
4 0 Reply
If a function takes all types of variables it's your own fault!
10 0 ReplyTesters are a godsend
10 0 ReplyAnything can be a square hole if you're brave enough.
10 0 ReplyPoor development! If something can be done, people will do it.
Best way is to not allow it and provide no feedback.
5 1 ReplyWait, provide no feedback?
5 0 Reply
You've viewed 11 comments.
Scroll to top