Optiver Interview Question

How would you define "clean code"?

Interview Answer

Anonymous

May 29, 2017

Const correctness, good and up-to-date documentation, well-designed interfaces, not using variables for multiple purposes, comments that reveal the "why" since the "how" is right in the code