DEV Community

Discussion on: What are some good Interview questions?

Collapse
 
jmfayard profile image
Jean-Michel πŸ•΅πŸ»β€β™‚οΈ Fayard

It's hard to talk about your job when you don't have a support for it.

Something I have found very good is to propose a pull request where you intentionally wrote lots of bugs and bad practice, and ask the candidate to review it.

Collapse
 
waylonwalker profile image
Waylon Walker

propose a pull request ... ask the candidate to review it.

This is a very interesting idea. I quite like it.

Collapse
 
ahferroin7 profile image
Austin S. Hemmelgarn

Agreed, this is a great way to get some insight into how the candidate thinks, and it’s also arguably a better way to be sure that they understand the language than all these coding tests people do (it’s not hard to learn to write code in a language, but it’s often quite challenging to learn to recognize good code in a language and understand how to improve upon bad code to make it better).