28
zombie
8y

That moment when you're debugging and you start using 'fuck' like a semicolon

Comments
  • 1
    Debugging Python using stuff like print("Fuck!!!!")
    <some code>
    print("FUCK!!!")
  • 0
    Python ppl be like ....
    semicolon?
    what semicolon?
    is it that thing near l in all these keyboards?
  • 0
    @pretz Not for web developers using Python. There's always Javacript to remind them...
  • 0
    haha s a d l i f e
  • 0
    webView.getSrttings().setJavascriotEnabled(true)fuck
  • 0
    @liberaldog getSettings()*
  • 0
    @austinkregel use semicolons you animal
  • 0
    @askerr Any reason why ASI won't work? I haven't used semicolon in my code for years and it's great.
  • 0
    @phoomparin it's a matter of personal preference I suppose. I prefer semicolons because they're a visual way to delimit statements. The only time I get confrontational about it is when you have a style guide enforcing semicolons and people try to leave them off. No matter what, team consistency is paramount
Add Comment