Skip to content

Instantly share code, notes, and snippets.

@ggtools
Created February 22, 2012 13:39
Show Gist options
  • Save ggtools/1885204 to your computer and use it in GitHub Desktop.
Save ggtools/1885204 to your computer and use it in GitHub Desktop.
WTF: "Improved" enhanced for loop
for(Entity entity: entityList) {
entityList.get(entityList.indexOf(entity)).performOp();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment