Click here to Skip to main content
15,893,588 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.

 
GeneralI am losing focus... Pin
Super Lloyd14-Jun-19 23:12
Super Lloyd14-Jun-19 23:12 
GeneralRe: I am losing focus... Pin
GuyThiebaut14-Jun-19 23:36
professionalGuyThiebaut14-Jun-19 23:36 
GeneralRe: I am losing focus... Pin
Dr.Walt Fair, PE18-Jun-19 14:33
professionalDr.Walt Fair, PE18-Jun-19 14:33 
GeneralRe: I am losing focus... Pin
Amarnath S15-Jun-19 0:07
professionalAmarnath S15-Jun-19 0:07 
GeneralRe: I am losing focus... Pin
Super Lloyd15-Jun-19 0:09
Super Lloyd15-Jun-19 0:09 
GeneralRe: I am losing focus... Pin
Nelek15-Jun-19 10:57
protectorNelek15-Jun-19 10:57 
GeneralRe: I am losing focus... Pin
Super Lloyd15-Jun-19 15:34
Super Lloyd15-Jun-19 15:34 
GeneralRe: I am losing focus... Pin
Sander Rossel15-Jun-19 0:39
professionalSander Rossel15-Jun-19 0:39 
C#
if (scenario == 7)
{
    // Do something
}
else if (scenario == 25)
{
    // Do something else
}
else
{
    // Do that thing that works for all other cases
}
Roll eyes | :rolleyes:

GeneralRe: I am losing focus... Pin
Super Lloyd15-Jun-19 1:08
Super Lloyd15-Jun-19 1:08 
GeneralRe: I am losing focus... Pin
Peter_in_278015-Jun-19 0:39
professionalPeter_in_278015-Jun-19 0:39 
GeneralRe: I am losing focus... Pin
Super Lloyd15-Jun-19 1:06
Super Lloyd15-Jun-19 1:06 
GeneralRe: I am losing focus... Pin
Mark_Wallace15-Jun-19 2:03
Mark_Wallace15-Jun-19 2:03 
GeneralRe: I am losing focus... Pin
RickZeeland15-Jun-19 4:46
mveRickZeeland15-Jun-19 4:46 
GeneralRe: I am losing focus... Pin
Mark_Wallace15-Jun-19 18:25
Mark_Wallace15-Jun-19 18:25 
GeneralRe: I am losing focus... Pin
RickZeeland15-Jun-19 20:52
mveRickZeeland15-Jun-19 20:52 
GeneralRe: I am losing focus... Pin
Jörgen Andersson16-Jun-19 0:04
professionalJörgen Andersson16-Jun-19 0:04 
GeneralSubjective matters: Code simplicity Pin
Super Lloyd14-Jun-19 19:53
Super Lloyd14-Jun-19 19:53 
GeneralRe: Subjective matters: Code simplicity Pin
Peter_in_278014-Jun-19 20:59
professionalPeter_in_278014-Jun-19 20:59 
GeneralRe: Subjective matters: Code simplicity Pin
RickZeeland14-Jun-19 21:08
mveRickZeeland14-Jun-19 21:08 
GeneralRe: Subjective matters: Code simplicity Pin
Super Lloyd14-Jun-19 21:42
Super Lloyd14-Jun-19 21:42 
QuestionRe: Subjective matters: Code simplicity Pin
lopatir14-Jun-19 22:29
lopatir14-Jun-19 22:29 
AnswerRe: Subjective matters: Code simplicity Pin
Super Lloyd14-Jun-19 23:00
Super Lloyd14-Jun-19 23:00 
GeneralRe: Subjective matters: Code simplicity Pin
lopatir15-Jun-19 0:22
lopatir15-Jun-19 0:22 
JokeRe: Subjective matters: Code simplicity Pin
Sander Rossel15-Jun-19 0:43
professionalSander Rossel15-Jun-19 0:43 
GeneralRe: Subjective matters: Code simplicity Pin
Eddy Vluggen15-Jun-19 0:50
professionalEddy Vluggen15-Jun-19 0:50 

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.