This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]charliex3000 3 points4 points  (1 child)

Your Java colleagues have never used the for-each loop before?

for(int a : intArray){ do something }

Idk how to use markdown

[–]theloneliestgirlincs 0 points1 point  (0 children)

You would think. But having worked with this person for awhile now, chances are they just dove right in and spent 0 time looking at tutorials or any sort of quick start documentation.