Click here to Skip to main content
15,890,825 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: for those of you purists that don't like break, continue and goto Pin
Nand3214-Sep-19 4:17
Nand3214-Sep-19 4:17 
GeneralRe: for those of you purists that don't like break, continue and goto Pin
honey the codewitch14-Sep-19 4:20
mvahoney the codewitch14-Sep-19 4:20 
GeneralRe: for those of you purists that don't like break, continue and goto Pin
Nand3214-Sep-19 4:26
Nand3214-Sep-19 4:26 
GeneralRe: for those of you purists that don't like break, continue and goto Pin
honey the codewitch14-Sep-19 4:28
mvahoney the codewitch14-Sep-19 4:28 
GeneralRe: for those of you purists that don't like break, continue and goto Pin
John Brett15-Sep-19 21:21
John Brett15-Sep-19 21:21 
GeneralRe: for those of you purists that don't like break, continue and goto Pin
Andrew Leeder15-Sep-19 23:29
Andrew Leeder15-Sep-19 23:29 
GeneralRe: for those of you purists that don't like break, continue and goto Pin
honey the codewitch16-Sep-19 0:29
mvahoney the codewitch16-Sep-19 0:29 
GeneralRe: for those of you purists that don't like break, continue and goto Pin
John Brett16-Sep-19 0:35
John Brett16-Sep-19 0:35 
The reality is that with modern code, it's so far removed from the underlying machine language that gets executed that there's no point trying optimisations at the level of a break vs setting the iterator.

Optimisations nowadays are at architectural levels - managing tight loops, using appropriate data structures, parallelisation, resource access.
GeneralRe: for those of you purists that don't like break, continue and goto Pin
honey the codewitch16-Sep-19 0:39
mvahoney the codewitch16-Sep-19 0:39 
GeneralRe: for those of you purists that don't like break, continue and goto Pin
lopatir14-Sep-19 4:14
lopatir14-Sep-19 4:14 
GeneralRe: for those of you purists that don't like break, continue and goto Pin
honey the codewitch14-Sep-19 4:17
mvahoney the codewitch14-Sep-19 4:17 
GeneralRe: for those of you purists that don't like break, continue and goto Pin
kalberts15-Sep-19 23:13
kalberts15-Sep-19 23:13 
GeneralRe: for those of you purists that don't like break, continue and goto Pin
GuyThiebaut14-Sep-19 4:11
professionalGuyThiebaut14-Sep-19 4:11 
GeneralRe: for those of you purists that don't like break, continue and goto Pin
honey the codewitch14-Sep-19 4:15
mvahoney the codewitch14-Sep-19 4:15 
GeneralRe: for those of you purists that don't like break, continue and goto Pin
lopatir14-Sep-19 4:22
lopatir14-Sep-19 4:22 
GeneralRe: for those of you purists that don't like break, continue and goto Pin
honey the codewitch14-Sep-19 4:24
mvahoney the codewitch14-Sep-19 4:24 
GeneralRe: for those of you purists that don't like break, continue and goto Pin
GuyThiebaut14-Sep-19 4:24
professionalGuyThiebaut14-Sep-19 4:24 
GeneralRe: for those of you purists that don't like break, continue and goto Pin
honey the codewitch14-Sep-19 4:26
mvahoney the codewitch14-Sep-19 4:26 
GeneralRe: for those of you purists that don't like break, continue and goto Pin
Nand3214-Sep-19 4:25
Nand3214-Sep-19 4:25 
GeneralRe: for those of you purists that don't like break, continue and goto Pin
honey the codewitch14-Sep-19 5:54
mvahoney the codewitch14-Sep-19 5:54 
GeneralRe: for those of you purists that don't like break, continue and goto Pin
Sander Rossel14-Sep-19 5:11
professionalSander Rossel14-Sep-19 5:11 
GeneralRe: for those of you purists that don't like break, continue and goto Pin
honey the codewitch14-Sep-19 5:13
mvahoney the codewitch14-Sep-19 5:13 
GeneralRe: for those of you purists that don't like break, continue and goto Pin
harold aptroot14-Sep-19 5:40
harold aptroot14-Sep-19 5:40 
GeneralRe: for those of you purists that don't like break, continue and goto Pin
Night Fox Localhost14-Sep-19 7:16
Night Fox Localhost14-Sep-19 7:16 
GeneralRe: for those of you purists that don't like break, continue and goto Pin
Gary R. Wheeler14-Sep-19 9:28
Gary R. Wheeler14-Sep-19 9:28 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.