Click here to Skip to main content
15,881,092 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: Wordle Hurdle Pin
OriginalGriff10-May-22 19:46
mveOriginalGriff10-May-22 19:46 
GeneralRe: Wordle Hurdle Pin
pkfox10-May-22 20:03
professionalpkfox10-May-22 20:03 
GeneralRe: Wordle Hurdle Pin
Sander Rossel10-May-22 21:00
professionalSander Rossel10-May-22 21:00 
GeneralRe: Wordle Hurdle Pin
dan!sh 10-May-22 21:08
professional dan!sh 10-May-22 21:08 
GeneralRe: Wordle Hurdle Pin
0x01AA10-May-22 23:21
mve0x01AA10-May-22 23:21 
GeneralRe: Wordle Hurdle Pin
Cp-Coder11-May-22 1:11
Cp-Coder11-May-22 1:11 
GeneralRe: Wordle Hurdle Pin
Phil J Pearson11-May-22 1:54
Phil J Pearson11-May-22 1:54 
GeneralRAD Basic Pin
TNCaver10-May-22 4:08
TNCaver10-May-22 4:08 
I finally read the Register article on the so-called "Visual Basic 7" and of course it referenced the infamous On Error Resume Next command (also found in Classic ASP).

While that can lead to bad programming practices, the devil's advocate in me asks how is it any different/worse than the C# code below, or are they both frowned upon?
C#
try
{
   SomeCommandWithRiskOfFailure();
}
catch (Exception ex)
{
   // do nothing
}
If you think 'goto' is evil, try writing an Assembly program without JMP.

GeneralRe: RAD Basic Pin
OriginalGriff10-May-22 4:22
mveOriginalGriff10-May-22 4:22 
GeneralRe: RAD Basic Pin
TNCaver10-May-22 5:34
TNCaver10-May-22 5:34 
GeneralRe: RAD Basic Pin
OriginalGriff10-May-22 5:49
mveOriginalGriff10-May-22 5:49 
GeneralRe: RAD Basic Pin
obermd10-May-22 9:14
obermd10-May-22 9:14 
GeneralRe: RAD Basic Pin
TNCaver11-May-22 3:05
TNCaver11-May-22 3:05 
GeneralRe: RAD Basic Pin
trønderen11-May-22 12:26
trønderen11-May-22 12:26 
GeneralRe: RAD Basic Pin
Slacker00710-May-22 6:28
professionalSlacker00710-May-22 6:28 
GeneralRe: RAD Basic Pin
obermd10-May-22 9:13
obermd10-May-22 9:13 
GeneralRe: RAD Basic Pin
Dave Kreskowiak10-May-22 6:00
mveDave Kreskowiak10-May-22 6:00 
GeneralRe: RAD Basic Pin
obermd10-May-22 9:15
obermd10-May-22 9:15 
GeneralRe: RAD Basic Pin
Roland M Smith10-May-22 9:21
Roland M Smith10-May-22 9:21 
GeneralRe: RAD Basic Pin
Mycroft Holmes10-May-22 12:32
professionalMycroft Holmes10-May-22 12:32 
GeneralRe: RAD Basic Pin
jeron110-May-22 12:39
jeron110-May-22 12:39 
GeneralRe: RAD Basic Pin
Gary R. Wheeler10-May-22 14:22
Gary R. Wheeler10-May-22 14:22 
GeneralRe: RAD Basic Pin
TNCaver11-May-22 3:02
TNCaver11-May-22 3:02 
GeneralRe: RAD Basic Pin
kmoorevs11-May-22 4:05
kmoorevs11-May-22 4:05 
GeneralRe: RAD Basic Pin
TNCaver11-May-22 11:10
TNCaver11-May-22 11: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.