10
Chronum
7y

Actual production code:
while(1):
//A few lines of code here with a conditional break.
while(1):
//More code.

Have you ever just had nested infinite loops...

Comments
  • 0
    Mobius loop
  • 4
    Add logging into every loop

    you know you want to.
  • 1
    Maybe the nested infinity is a smaller infinity then the higher one so ir might continue less infinitly then the other one, so when the first infinite loop has done it's short infinit work it will go back to the bigger infinite loop... Totally legit code!
  • 0
    Reminds me of arduino
Add Comment