Click here to Skip to main content
15,891,204 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
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 
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 
yes and no. it depends on whether you consider algorithmic optimizations to be architecture.

For example, my first crack at LALR(1) table generation was taking 5 minutes to generate the tables for javascript.

My second one cut that to a 5th of the time.

The cost was code that was no longer "pure" and readable.

It wasn't an architecture change. Unless you think it was. But I wouldn't agree, and I wrote it.
When I was growin' up, I was the smartest kid I knew. Maybe that was just because I didn't know that many kids. All I know is now I feel the opposite.

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 
GeneralRe: for those of you purists that don't like break, continue and goto Pin
honey the codewitch14-Sep-19 9:38
mvahoney the codewitch14-Sep-19 9:38 

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.