employer cover photo
employer logo
employer logo

Clarius Mobile Health

Is this your company?

Clarius Mobile Health interview question

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

Interview Answer

Anonymous

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.