Hi there, I'm trying round up some materials to be used during interviewing. I have different levels of jobs (junior, senior) that I am trying to fill.
One thing I would like to assess is a candidate's ability to write "Clean Code", things like:
- Do they normally think along the lines of DRY, YAGNI
- Are they familiar with Pattern concepts, things like the Law of Demeter?
- Are they a pragmatic programmer?
Naturally I can sit and ask questions around these topics, but I wonder if there is a way to test a candidate for these? Anyone tried putting something together who would be willing to share their work?
Thanks Rob