17
donuts
4y

Prod issue causes by index out of range error...wtf....

How hard is it to write a for-loop....

Comments
  • 5
    How did that even get to prod?
  • 2
  • 0
    Yeah but while bro
  • 6
    Index juggling can easily cause out-of-range indices
  • 0
    @Demolishun ya actually could be if data somehow was missing in say a CSV formatted input...
  • 0
    For-each loops so what I need 95% of the time..
  • 0
    Oh sweet summer child.. how many of these have I seen in prod..

    Concurrency, AWT doing weird shit on resize, interaction with native buffers that are kept in sync and the list goes on and on.........
Add Comment