36
OyoKooN
8y

That moment when you already used i, j and k for variable names in your loops.

Comments
  • 2
    Most style guides would stop you there. Once you get into the 4 deep loops things begin to be too hard to track! 😰
  • 4
    @Seethe I would say Refactoring Time!
  • 1
    There is a special place in hell for you.
  • 2
    Ran into this yesterday while implementing Floyd-Warshall's algorithm using a 3d array for a data structures class, paused for a moment... then just said fuck it and went with "L".
Add Comment