Click here to Skip to main content
15,895,746 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: Some C# code that makes me sick... Pin
Slacker00730-Mar-21 4:17
professionalSlacker00730-Mar-21 4:17 
GeneralRe: Some C# code that makes me sick... Pin
NightPen31-Mar-21 5:33
NightPen31-Mar-21 5:33 
GeneralRe: Some C# code that makes me sick... Pin
Padanian30-Mar-21 20:28
Padanian30-Mar-21 20:28 
GeneralRe: Some C# code that makes me sick... Pin
Peter Adam30-Mar-21 20:43
professionalPeter Adam30-Mar-21 20:43 
GeneralRe: Some C# code that makes me sick... Pin
Member 1302925230-Mar-21 22:30
Member 1302925230-Mar-21 22:30 
GeneralRe: Some C# code that makes me sick... Pin
Super Lloyd31-Mar-21 1:08
Super Lloyd31-Mar-21 1:08 
JokeRe: Some C# code that makes me sick... Pin
grralph130-Mar-21 23:29
grralph130-Mar-21 23:29 
GeneralRe: Some C# code that makes me sick... Pin
Thornik30-Mar-21 23:37
Thornik30-Mar-21 23:37 
Your code is not the worst sample of "logic"! Smile | :)
C#
try {
  DoX();
}
catch (Exception ex) {
  MessageBox.Show("Something happen!");
}

THIS code is a poison of modern apps!! NOBODY knows what happen, where happen, just "close app" and say goodbye to all your work. Even monkeys from MS (I remember - monkeys, SELECTED by HR!) do such things. And when you report to MS "you have Error 0x45454582354", they (like imbeciles) advice you to reboot computer. HEY!! It's your program, get off my cookies, cache, operating system and codecs - fix YOUR failures! damn...
GeneralRe: Some C# code that makes me sick... Pin
DumpsterJuice31-Mar-21 0:42
DumpsterJuice31-Mar-21 0:42 
GeneralRe: Some C# code that makes me sick... Pin
Super Lloyd31-Mar-21 1:05
Super Lloyd31-Mar-21 1:05 
GeneralRe: Some C# code that makes me sick... Pin
DumpsterJuice31-Mar-21 1:44
DumpsterJuice31-Mar-21 1:44 
GeneralRe: Some C# code that makes me sick... Pin
Super Lloyd31-Mar-21 2:05
Super Lloyd31-Mar-21 2:05 
GeneralRe: Some C# code that makes me sick... Pin
Tecfield31-Mar-21 1:44
Tecfield31-Mar-21 1:44 
GeneralRe: Some C# code that makes me sick... Pin
Super Lloyd31-Mar-21 2:05
Super Lloyd31-Mar-21 2:05 
GeneralRe: Some C# code that makes me sick... Pin
MSBassSinger31-Mar-21 5:56
professionalMSBassSinger31-Mar-21 5:56 
GeneralRe: Some C# code that makes me sick... Pin
BernardIE531731-Mar-21 2:08
BernardIE531731-Mar-21 2:08 
GeneralRe: Some C# code that makes me sick... Pin
Tecfield31-Mar-21 3:02
Tecfield31-Mar-21 3:02 
GeneralRe: Some C# code that makes me sick... Pin
agolddog31-Mar-21 3:15
agolddog31-Mar-21 3:15 
GeneralRe: Some C# code that makes me sick... Pin
PeteMcNamee31-Mar-21 7:43
PeteMcNamee31-Mar-21 7:43 
GeneralRe: Some C# code that makes me sick... Pin
englebart31-Mar-21 9:48
professionalenglebart31-Mar-21 9:48 
GeneralRe: Some C# code that makes me sick... Pin
Super Lloyd31-Mar-21 13:33
Super Lloyd31-Mar-21 13:33 
GeneralRe: Some C# code that makes me sick... Pin
JP Reyes31-Mar-21 11:30
JP Reyes31-Mar-21 11:30 
GeneralRe: Some C# code that makes me sick... Pin
Super Lloyd31-Mar-21 13:34
Super Lloyd31-Mar-21 13:34 
GeneralRe: Some C# code that makes me sick... Pin
qmartens1-Apr-21 7:24
qmartens1-Apr-21 7:24 
GeneralRe: Some C# code that makes me sick... Pin
Lupestro4-Apr-21 5:13
Lupestro4-Apr-21 5:13 

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.