you are viewing a single comment's thread
view the rest of the comments
[–] 84 points 3 years ago (5 children)

When I’m doing coding interviews I always like to start off and say I’m a big fan of very long variable names. “As descriptive as you can be” I say. Then I get to my first for loop. Instead of i I use “iterator” and then when I start a nested loop I use “jiterator” and it always gets a laugh.

  • source
  • hideshow 5 child comments
  • [–] 21 points 3 years ago (4 children)

    I used to conduct coding interviews at my old job. If someone came in and had some humor like that, it would be big bonus points in my book. Being someone I would like to be on a team with is very important. Plus, I think it shows confidence and being comfortable in situations that make most people nervous.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 16 points 3 years ago (1 child)

    I've been at two start ups and they had me interview people. Honestly this is what I looked for. I'd ask basic questions to prove you had an idea about coding, but I can teach someone to code, I can't teach someone to be someone I like working with.

  • source
  • parent
  • hideshow 1 child comment
  • [–] 13 points 3 years ago

    You can teach them to code if there is an underlying level of logic to build off. I’ve met a few people in life who I know for a fact will never code, no matter how smart they generally are.

  • source
  • parent