Skip to content

Instantly share code, notes, and snippets.

@The-Quill
Created February 23, 2016 12:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save The-Quill/29c67d15901b0967d85a to your computer and use it in GitHub Desktop.
Save The-Quill/29c67d15901b0967d85a to your computer and use it in GitHub Desktop.
mehmehmeh.meh
  • Follow snake_case
  • it=int=input( ""'') does this even fucking compile?
  • MyNumberCounter= 10 whitespace between operators
  • try : not this operator
  • while not: could swap to == False
  • (it) does nothing
  • int don't name a variable with a type name
  • mix of tabs and spaces, you evil, evil person
  • MyNumberCounter() the type is an int, not a function or generator, this probably won't compile
  • loop is not defined
  • 010 this actually can create weird problems when this tries to convert to a hex or binary number
  • in your division loop, you divide it by a number which you multiply it by straight after
  • == True are you even trying
  • --+~: I'm so tempted to ctrl+w this shit.
  • del total: you don't need to delete a scope leveled variable
  • # indent the comment to the level of the code it's referring to
  • var=var+1: += operator
  • > 42: magic numbers
  • else is empty
  • while 1: never breaks
  • func() and func() nope. nope. nope
  • print str(int) no thanks. this doesn't even do anything meaningful.
@schas002
Copy link

That was cool, bro. ⭐ And why is your avatar an identicon?

@punmechanic
Copy link

ಠ_ಠ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment