Click here to Skip to main content
15,914,111 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: Elephant Security For Elephant Public Facing Elephant API Pin
BillWoodruff21-May-19 22:10
professionalBillWoodruff21-May-19 22:10 
GeneralThought of the Day Pin
OriginalGriff21-May-19 4:59
mveOriginalGriff21-May-19 4:59 
GeneralRe: Thought of the Day Pin
W Balboos, GHB21-May-19 5:03
W Balboos, GHB21-May-19 5:03 
GeneralRe: Thought of the Day Pin
Daniel Pfeffer21-May-19 7:09
professionalDaniel Pfeffer21-May-19 7:09 
GeneralRe: Thought of the Day Pin
Ravi Bhavnani21-May-19 8:07
professionalRavi Bhavnani21-May-19 8:07 
GeneralRe: Thought of the Day Pin
OriginalGriff21-May-19 8:17
mveOriginalGriff21-May-19 8:17 
RantMorons PinPopular
Marc Clifton21-May-19 3:08
mvaMarc Clifton21-May-19 3:08 
GeneralRe: Morons Pin
#realJSOP21-May-19 3:14
professional#realJSOP21-May-19 3:14 
I often do this to avoid the warning:

C#
catch (Exception ex)
{
    if (ex != null) {}
}
This way, if I'm debugging, I can always examine it, even if I ignore it in the code. I'm often called out for doing this in some of my articles here.
".45 ACP - because shooting twice is just silly" - JSOP, 2010
-----
You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010
-----
When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013

AnswerRe: Morons Pin
lopatir21-May-19 3:29
lopatir21-May-19 3:29 
GeneralRe: Morons Pin
MarkTJohnson21-May-19 3:33
professionalMarkTJohnson21-May-19 3:33 
GeneralRe: Morons PinPopular
megaadam21-May-19 3:59
professionalmegaadam21-May-19 3:59 
Generalconsider making this a Tip/Trick ? Pin
BillWoodruff21-May-19 17:43
professionalBillWoodruff21-May-19 17:43 
GeneralRe: Morons Pin
KarstenK21-May-19 4:35
mveKarstenK21-May-19 4:35 
GeneralRe: Morons Pin
BillWoodruff22-May-19 22:49
professionalBillWoodruff22-May-19 22:49 
GeneralRe: Morons Pin
KarstenK23-May-19 0:05
mveKarstenK23-May-19 0:05 
GeneralRe: Morons Pin
CodeWraith21-May-19 4:46
CodeWraith21-May-19 4:46 
GeneralRe: Morons Pin
Richard Deeming21-May-19 5:27
mveRichard Deeming21-May-19 5:27 
GeneralRe: Morons Pin
Nagy Vilmos21-May-19 5:29
professionalNagy Vilmos21-May-19 5:29 
GeneralRe: Morons Pin
User 1106097921-May-19 5:41
User 1106097921-May-19 5:41 
GeneralRe: Morons Pin
Nathan Minier21-May-19 5:48
professionalNathan Minier21-May-19 5:48 
GeneralRe: Morons Pin
BillWoodruff21-May-19 19:05
professionalBillWoodruff21-May-19 19:05 
GeneralRe: Morons Pin
jschell23-May-19 4:57
jschell23-May-19 4:57 
GeneralRe: Morons Pin
Dean Roddey21-May-19 6:28
Dean Roddey21-May-19 6:28 
GeneralRe: Morons Pin
Daniel Pfeffer21-May-19 7:12
professionalDaniel Pfeffer21-May-19 7:12 
GeneralRe: Morons Pin
Dean Roddey21-May-19 7:20
Dean Roddey21-May-19 7:20 

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.