Pregunta de entrevista de Clarius Mobile Health

Why did you write your if statement with multiple blocks when you could have written it using a single conditional?

Respuesta de la entrevista

Anónimo

23 oct 2022

I found it easier to understand the logic when keeping the cases more distinct. I generally strive for code readability over brevity.