Click here to Skip to main content
15,885,546 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: Is the way to stop cyber attacks to simply have the Russian keyboard installed? Pin
Nelek15-May-21 8:34
protectorNelek15-May-21 8:34 
GeneralRe: Is the way to stop cyber attacks to simply have the Russian keyboard installed? Pin
abmv15-May-21 8:07
professionalabmv15-May-21 8:07 
GeneralRe: Is the way to stop cyber attacks to simply have the Russian keyboard installed? Pin
Chris Losinger15-May-21 11:07
professionalChris Losinger15-May-21 11:07 
GeneralRe: Is the way to stop cyber attacks to simply have the Russian keyboard installed? Pin
Jörgen Andersson15-May-21 11:27
professionalJörgen Andersson15-May-21 11:27 
GeneralRefactoring woes Pin
honey the codewitch14-May-21 8:30
mvahoney the codewitch14-May-21 8:30 
GeneralRe: Refactoring woes Pin
Gerry Schmitz14-May-21 9:15
mveGerry Schmitz14-May-21 9:15 
GeneralRe: Refactoring woes Pin
honey the codewitch14-May-21 13:19
mvahoney the codewitch14-May-21 13:19 
GeneralRe: Refactoring woes Pin
Sander Rossel15-May-21 8:53
professionalSander Rossel15-May-21 8:53 
Didn't you write a parser/lexer/n2-B*-LALR-@#D@-tree so a program can do this for you? Big Grin | :-D

Unrelated, but I had an issue this week and I thought of you the moment I found it.
So I had this code.
C#
if (something)
{
   DoStuff();
}
And the customer called and said, we always need to do more stuff!
And so I opened the code, added more stuff and fired it up for a test run... Only to find that more stuff did not happen.
I quickly found the error.
I had put DoMoreStuff(); inside of the if-statement because that's where most stuff happened, making this like the inverse of the braceless-if-statement-only-executes-next-line-problem.
When I found it I though "this would never have happened to code witch!" Laugh | :laugh:

GeneralRe: Refactoring woes Pin
honey the codewitch15-May-21 9:13
mvahoney the codewitch15-May-21 9:13 
GeneralRe: Refactoring woes Pin
Sander Rossel15-May-21 9:31
professionalSander Rossel15-May-21 9:31 
NewsLatest on the pipeline folk Pin
Kent Sharkey14-May-21 7:29
staffKent Sharkey14-May-21 7:29 
GeneralRe: Latest on the pipeline folk Pin
OriginalGriff14-May-21 8:05
mveOriginalGriff14-May-21 8:05 
GeneralRe: Latest on the pipeline folk Pin
dandy7214-May-21 9:02
dandy7214-May-21 9:02 
GeneralRe: Latest on the pipeline folk Pin
Gerry Schmitz14-May-21 9:22
mveGerry Schmitz14-May-21 9:22 
GeneralOops, haven't seen one of those for years ... Pin
Richard MacCutchan14-May-21 6:12
mveRichard MacCutchan14-May-21 6:12 
GeneralRe: Oops, haven't seen one of those for years ... Pin
Johnny J.14-May-21 6:14
professionalJohnny J.14-May-21 6:14 
GeneralRe: Oops, haven't seen one of those for years ... Pin
Rick York14-May-21 7:06
mveRick York14-May-21 7:06 
GeneralRe: Oops, haven't seen one of those for years ... Pin
dandy7214-May-21 8:35
dandy7214-May-21 8:35 
GeneralRe: Oops, haven't seen one of those for years ... Pin
Maximilien14-May-21 8:36
Maximilien14-May-21 8:36 
GeneralRe: Oops, haven't seen one of those for years ... Pin
Dave Kreskowiak14-May-21 13:31
mveDave Kreskowiak14-May-21 13:31 
GeneralRe: Oops, haven't seen one of those for years ... Pin
Daniel Pfeffer15-May-21 7:28
professionalDaniel Pfeffer15-May-21 7:28 
GeneralThought of the Day Pin
OriginalGriff14-May-21 4:27
mveOriginalGriff14-May-21 4:27 
GeneralRe: Thought of the Day Pin
Johnny J.14-May-21 5:08
professionalJohnny J.14-May-21 5:08 
GeneralRe: Thought of the Day Pin
DRHuff14-May-21 5:09
DRHuff14-May-21 5:09 
GeneralRe: Thought of the Day Pin
Mike Hankey14-May-21 5:14
mveMike Hankey14-May-21 5:14 

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.