Blog Feb 2014

____________________________________

Code critique        

It's well understood that developers, and especially line-of-business developers, spend much more time reading and understanding existing code than writing new code. Yet one of the most common interview approaches emphasises writing new code.

So one of my standard developer interview questions is to give the candidate a few lines of rather dodgy code and ask the following:

  • Explain what the code is doing.
  • Explain any significant issues with the code.
  • Explain how to prioritise the issues.
  • Explain how to fix the issues.
Read more

09-Feb-2014 16:00