89
fdgram
7y

Somebody sent me this t-shirt; how many technically incorrect things can you find?

Comments
  • 6
    The asynchronous call
    The off-by-one error (there are 3 items if we remove the asynchronous call)
  • 4
    They could've printed the '2' in binary...
  • 49
    I made some slight improvements:
  • 5
    @enen because we always start counting from one?

    For example: The _1st_ element is located at position 0 units away from the start of the list. This does _not_ make it the "0th" element.
  • 4
    @enen

    difference between index and first element :)
Add Comment