5

DO NOT, I repeat, DO NOT indent your code with spaces.

Comments
  • 3
    Sorry, stopped reading after "Do not indent"
  • 2
    Uhmm, can you tell us why too?
  • 7
    @aravindio There's no reason.

    The correct answer in an interview is:

    I will conform to the style of any existing projects, and for new projects I will use the idiomatic or documented style of the language.

    If you use tabs in a new Python project, or spaces in Go, you're doing it wrong, and personal convictions are only relevant if you're designing a new language.
Add Comment