381
Comments
  • 41
    The ratio of spaces is golden.
  • 3
    I once dealt with a compiler which wouldn't accept different types of indentation. Which was fine by me, and it threw an error saying fix your indentation. That's how I learned about it. :D
  • 3
    It also wouldn't accept no indentation at all. THAT is how I learned to indent* @BartBB
  • 4
    That's just beautiful.
  • 17
    Well that escalated quickly.
  • 3
    Don't do that.
  • 6
    Never knew what came after foo, bar, and baz. Now I know, but I don't know what to do with this info. Who even comes up with these ridiculous names? 😂
  • 4
    @achu there's even an RFC 3092 for those metasyntactic variables
  • 4
    Robert Langdon would have liked this.
  • 2
    If I see this in code I have to deal with, I'd be pissed. 😝😝 Please don't do this in real life.
  • 2
    Drawing graphs with code when mathplotlib import fails.
  • 2
    It remembers me a debug log I saw some time ago... A guy wrote a piece of code that create an ASCII animation if you use a 'tail -f' while it's running...
  • 1
    Try that with python.
Add Comment