Skip to content

Instantly share code, notes, and snippets.

@IQAndreas
Last active August 29, 2015 14:17
Show Gist options
  • Save IQAndreas/f250db7356e0c259d45b to your computer and use it in GitHub Desktop.
Save IQAndreas/f250db7356e0c259d45b to your computer and use it in GitHub Desktop.
"When your hammer is JavaScript, everything begins to look like a thumb" ~ @mariofusco ---- Meanwhile in Java:
World.java:42: error: method 'hit' in class 'Hammer' cannot be applied to given types;
hammer.hit(target);
^
required: Nail
found: Thumb
reason: actual argument 'Thumb' cannot be converted to 'Nail' by method invocation conversion
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment