Click here to Skip to main content
15,892,674 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: Oracle pains Pin
ZurdoDev11-Sep-19 13:23
professionalZurdoDev11-Sep-19 13:23 
GeneralRe: Oracle pains Pin
Richard MacCutchan11-Sep-19 21:00
mveRichard MacCutchan11-Sep-19 21:00 
GeneralRe: Oracle pains Pin
Michael Martin11-Sep-19 12:49
professionalMichael Martin11-Sep-19 12:49 
GeneralRe: Oracle pains Pin
ZurdoDev11-Sep-19 13:24
professionalZurdoDev11-Sep-19 13:24 
GeneralRe: Oracle pains Pin
Super Lloyd11-Sep-19 14:06
Super Lloyd11-Sep-19 14:06 
GeneralRe: Oracle pains Pin
Rajesh R Subramanian11-Sep-19 17:40
professionalRajesh R Subramanian11-Sep-19 17:40 
GeneralRe: Oracle pains Pin
ZurdoDev12-Sep-19 0:56
professionalZurdoDev12-Sep-19 0:56 
Generaldo any of you others have little coding mantras that save your behind? Pin
honey the codewitch11-Sep-19 6:36
mvahoney the codewitch11-Sep-19 6:36 
One of mine is - when dealing with IComparable<T> in .NET

"Greater than is less than"

What it means is

Converting
C#
if(10>5);

to IComparable<T> it reads
C#
if(0<10.CompareTo(5));


Note '>' vs '<'
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: do any of you others have little coding mantras that save your behind? Pin
Gary Wheeler11-Sep-19 7:26
Gary Wheeler11-Sep-19 7:26 
GeneralRe: do any of you others have little coding mantras that save your behind? Pin
PIEBALDconsult11-Sep-19 7:56
mvePIEBALDconsult11-Sep-19 7:56 
GeneralRe: do any of you others have little coding mantras that save your behind? Pin
Ron Anders11-Sep-19 8:02
Ron Anders11-Sep-19 8:02 
GeneralRe: do any of you others have little coding mantras that save your behind? PinPopular
Sander Rossel11-Sep-19 8:06
professionalSander Rossel11-Sep-19 8:06 
GeneralRe: do any of you others have little coding mantras that save your behind? Pin
kalberts12-Sep-19 4:43
kalberts12-Sep-19 4:43 
GeneralRe: do any of you others have little coding mantras that save your behind? Pin
Maximilien11-Sep-19 8:08
Maximilien11-Sep-19 8:08 
GeneralRe: do any of you others have little coding mantras that save your behind? Pin
OriginalGriff11-Sep-19 8:20
mveOriginalGriff11-Sep-19 8:20 
GeneralRe: do any of you others have little coding mantras that save your behind? Pin
Marc Clifton11-Sep-19 9:03
mvaMarc Clifton11-Sep-19 9:03 
GeneralRe: do any of you others have little coding mantras that save your behind? Pin
honey the codewitch11-Sep-19 9:12
mvahoney the codewitch11-Sep-19 9:12 
GeneralRe: do any of you others have little coding mantras that save your behind? Pin
kalberts12-Sep-19 5:07
kalberts12-Sep-19 5:07 
GeneralRe: do any of you others have little coding mantras that save your behind? Pin
Jörgen Andersson11-Sep-19 9:11
professionalJörgen Andersson11-Sep-19 9:11 
GeneralRe: do any of you others have little coding mantras that save your behind? Pin
honey the codewitch11-Sep-19 9:14
mvahoney the codewitch11-Sep-19 9:14 
GeneralRe: do any of you others have little coding mantras that save your behind? Pin
kalberts12-Sep-19 5:14
kalberts12-Sep-19 5:14 
GeneralRe: do any of you others have little coding mantras that save your behind? Pin
honey the codewitch12-Sep-19 5:26
mvahoney the codewitch12-Sep-19 5:26 
GeneralRe: do any of you others have little coding mantras that save your behind? Pin
kalberts12-Sep-19 11:57
kalberts12-Sep-19 11:57 
GeneralRe: do any of you others have little coding mantras that save your behind? Pin
honey the codewitch12-Sep-19 12:02
mvahoney the codewitch12-Sep-19 12:02 
GeneralRe: do any of you others have little coding mantras that save your behind? Pin
Rick York11-Sep-19 10:10
mveRick York11-Sep-19 10:10 

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.