Category: Nerdy

  • Loopless Infinity

    Loopless Infinity

    There is a concept in development called an infinite loop. It simply means that a loop runs forever without end. In general, you’d expect that to have an infinite loop situation in your code, you’d need a loop in your code. Something like: During a bit of refactoring I accidentally…