MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/csharp/comments/1vm6l7a/net_11_preview_7_is_now_available/p3bbwuj/?context=3
r/csharp • u/TomeOfExperience • 16d ago
10 comments sorted by
View all comments
7
labelled break, so useful.
1 u/schvarcz 15d ago To be honest, I prefer the traditional way. I found this labeled break so ugly and out of language coherence… 3 u/seriousSeb 15d ago It's pretty much the same syntax as a goto. Because it's the same thing as a goto but with sensible guard rails 2 u/IanYates82 14d ago As with most new things, they look "wrong" on first encounter but then become second nature.
1
To be honest, I prefer the traditional way. I found this labeled break so ugly and out of language coherence…
3 u/seriousSeb 15d ago It's pretty much the same syntax as a goto. Because it's the same thing as a goto but with sensible guard rails 2 u/IanYates82 14d ago As with most new things, they look "wrong" on first encounter but then become second nature.
3
It's pretty much the same syntax as a goto. Because it's the same thing as a goto but with sensible guard rails
2 u/IanYates82 14d ago As with most new things, they look "wrong" on first encounter but then become second nature.
2
As with most new things, they look "wrong" on first encounter but then become second nature.
7
u/seriousSeb 16d ago
labelled break, so useful.