DEV Community

Discussion on: New Switch syntax with C# 8.0

Collapse
 
biffbaff64 profile image
Richard Ikin

I use the similar style Java switch as it's just nicer. I'll definitely be using this on my next C# project.

Collapse
 
ssukhpinder profile image
Sukhpinder Singh

Yes indeed & its more cleaner..!!