Click here to Skip to main content
15,880,651 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: Why Python does my head in #458 Pin
BernardIE53172-Feb-23 6:29
BernardIE53172-Feb-23 6:29 
GeneralRe: Why Python does my head in #458 Pin
Chris Maunder3-Feb-23 3:33
cofounderChris Maunder3-Feb-23 3:33 
QuestionMessage Removed Pin
1-Feb-23 3:44
Muhammad Asad Oct20221-Feb-23 3:44 
QuestionWhat is your language feature wish list? Pin
honey the codewitch1-Feb-23 0:33
mvahoney the codewitch1-Feb-23 0:33 
AnswerRe: What is your language feature wish list? Pin
Daniel Pfeffer1-Feb-23 3:00
professionalDaniel Pfeffer1-Feb-23 3:00 
GeneralRe: What is your language feature wish list? Pin
honey the codewitch1-Feb-23 4:44
mvahoney the codewitch1-Feb-23 4:44 
AnswerRe: What is your language feature wish list? Pin
Chris Maunder1-Feb-23 4:27
cofounderChris Maunder1-Feb-23 4:27 
AnswerRe: What is your language feature wish list? PinPopular
Single Step Debugger1-Feb-23 5:22
Single Step Debugger1-Feb-23 5:22 
In C# and C++ an "in" and "!in" operators. For example, if we have"

if(var1 == param1 || var1 == param2 || !(var1 == param3))
{
    //do stuff
}


to be able to translate to:
if(var1 in (param1, param2, !param3))
{
   //do stuff
}

Advertise here – minimum three posts per day are guaranteed.

GeneralRe: What is your language feature wish list? Pin
PIEBALDconsult1-Feb-23 5:53
mvePIEBALDconsult1-Feb-23 5:53 
GeneralRe: What is your language feature wish list? PinPopular
Jeremy Falcon1-Feb-23 6:09
professionalJeremy Falcon1-Feb-23 6:09 
JokeRe: What is your language feature wish list? Pin
Daniel Pfeffer1-Feb-23 6:53
professionalDaniel Pfeffer1-Feb-23 6:53 
GeneralRe: What is your language feature wish list? Pin
Mike Hankey1-Feb-23 10:04
mveMike Hankey1-Feb-23 10:04 
GeneralRe: What is your language feature wish list? Pin
jmaida1-Feb-23 12:14
jmaida1-Feb-23 12:14 
GeneralRe: What is your language feature wish list? Pin
Rick York1-Feb-23 7:30
mveRick York1-Feb-23 7:30 
JokeRe: What is your language feature wish list? Pin
Jeremy Falcon1-Feb-23 7:45
professionalJeremy Falcon1-Feb-23 7:45 
GeneralRe: What is your language feature wish list? Pin
Mike Hankey1-Feb-23 10:05
mveMike Hankey1-Feb-23 10:05 
GeneralRe: What is your language feature wish list? Pin
PIEBALDconsult1-Feb-23 8:30
mvePIEBALDconsult1-Feb-23 8:30 
GeneralRe: What is your language feature wish list? Pin
Jeremy Falcon1-Feb-23 8:35
professionalJeremy Falcon1-Feb-23 8:35 
JokeRe: What is your language feature wish list? Pin
Daniel Pfeffer1-Feb-23 19:26
professionalDaniel Pfeffer1-Feb-23 19:26 
GeneralRe: What is your language feature wish list? Pin
Gary Wheeler2-Feb-23 2:12
Gary Wheeler2-Feb-23 2:12 
GeneralRe: What is your language feature wish list? Pin
Member 156729112-Feb-23 1:17
Member 156729112-Feb-23 1:17 
GeneralRe: What is your language feature wish list? Pin
PIEBALDconsult2-Feb-23 2:29
mvePIEBALDconsult2-Feb-23 2:29 
GeneralRe: What is your language feature wish list? Pin
Single Step Debugger2-Feb-23 2:51
Single Step Debugger2-Feb-23 2:51 
GeneralRe: What is your language feature wish list? Pin
trønderen2-Feb-23 2:55
trønderen2-Feb-23 2:55 
GeneralRe: What is your language feature wish list? Pin
PIEBALDconsult2-Feb-23 3:37
mvePIEBALDconsult2-Feb-23 3:37 

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.