DEV Community

Discussion on: I've never become overly convinced that switch statements are that much cleaner than `if else if else if else if else`

Collapse
 
cristinasolana profile image
Cristina Solana

I always favor objects over switch statements. There are only very rare occasions when an object won't work.