Hacker News new | ask | show | jobs
by globular-toast 1638 days ago
Instead of avoiding it in production code, it's better to understand that it's the perfect place for a comment. For example:

   for ...:
      ...
   else:
      # loop ended, no positions found
      return ...