Difference between revisions of "Talk:1188: Bonding"

Explain xkcd: It's 'cause you're dumb.
Jump to: navigation, search
Line 1: Line 1:
The aim method results in an infinite loop/stack overflow, note that ball is an exception of type Ball.  
+
The aim method results in an infinite loop/stack overflow, note that ball is an exception of type Ball. This results in a logical flow of aim, "throw," "catch," repeat, though this is only logical by word choice, and is nonsensical from a programming perspective.
Code is intentionally hard to follow.
+
 
 +
Pretty sure the code is also intentionally hard to follow.

Revision as of 06:12, 20 March 2013

The aim method results in an infinite loop/stack overflow, note that ball is an exception of type Ball. This results in a logical flow of aim, "throw," "catch," repeat, though this is only logical by word choice, and is nonsensical from a programming perspective.

Pretty sure the code is also intentionally hard to follow.