Click here to Skip to main content
15,895,815 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.

 
GeneralOi! OriginalGriff! Pin
OriginalGriff6-Jun-21 23:13
mveOriginalGriff6-Jun-21 23:13 
GeneralOi Griff Pin
pkfox6-Jun-21 22:17
professionalpkfox6-Jun-21 22:17 
GeneralThese languages are a bundle of nope. PinPopular
honey the codewitch6-Jun-21 17:18
mvahoney the codewitch6-Jun-21 17:18 
GeneralRe: These languages are a bundle of nope. PinPopular
Daniel Pfeffer6-Jun-21 17:46
professionalDaniel Pfeffer6-Jun-21 17:46 
GeneralRe: These languages are a bundle of nope. Pin
honey the codewitch6-Jun-21 18:07
mvahoney the codewitch6-Jun-21 18:07 
GeneralRe: These languages are a bundle of nope. Pin
CodeWraith7-Jun-21 0:21
CodeWraith7-Jun-21 0:21 
GeneralRe: These languages are a bundle of nope. Pin
honey the codewitch7-Jun-21 0:23
mvahoney the codewitch7-Jun-21 0:23 
GeneralRe: These languages are a bundle of nope. Pin
obermd7-Jun-21 3:21
obermd7-Jun-21 3:21 
honey the codewitch wrote:
I don't think VB.NET is much better than BASIC. It might be worse, as it's no longer beginners, but it still encourages crappy coding.


While VB.Net has some serious syntactic shortcomings when it comes to Lambda functions and LinQ, apply the two statements below eliminates all the crappy coding relating to variable and type declarations.
VB
Option Strict On
Option Explicit On

I find the C# "var" variable declaration to be an abomination as it allows the programmer to not understand data types they're using. I also find the use of { and } for code blocking to be a threat to clean coding. In fact, the 2003 power outage that impacted New York, New Jersey, Maryland, Connecticut, Massachusetts, Michigan, Ohio, Pennsylvania, and Ontario was the direct result of an erroneously placed }. This type of code bug is much harder to miss in VB because the language uses keywords to start and end code blocks.
GeneralRe: These languages are a bundle of nope. Pin
darktrick5448-Jun-21 2:20
darktrick5448-Jun-21 2:20 
GeneralRe: These languages are a bundle of nope. Pin
Member 141923828-Jun-21 5:44
Member 141923828-Jun-21 5:44 
GeneralRe: These languages are a bundle of nope. Pin
frontlinegeek8-Jun-21 1:33
frontlinegeek8-Jun-21 1:33 
GeneralRe: These languages are a bundle of nope. Pin
Gerry Schmitz7-Jun-21 7:40
mveGerry Schmitz7-Jun-21 7:40 
GeneralRe: These languages are a bundle of nope. Pin
Cp-Coder8-Jun-21 12:46
Cp-Coder8-Jun-21 12:46 
GeneralRe: These languages are a bundle of nope. Pin
CPallini6-Jun-21 20:16
mveCPallini6-Jun-21 20:16 
GeneralRe: These languages are a bundle of nope. Pin
honey the codewitch6-Jun-21 22:24
mvahoney the codewitch6-Jun-21 22:24 
GeneralRe: These languages are a bundle of nope. Pin
CPallini6-Jun-21 22:41
mveCPallini6-Jun-21 22:41 
GeneralRe: These languages are a bundle of nope. Pin
honey the codewitch7-Jun-21 0:21
mvahoney the codewitch7-Jun-21 0:21 
GeneralRe: These languages are a bundle of nope. Pin
CPallini7-Jun-21 0:29
mveCPallini7-Jun-21 0:29 
GeneralRe: These languages are a bundle of nope. Pin
honey the codewitch7-Jun-21 0:30
mvahoney the codewitch7-Jun-21 0:30 
GeneralRe: These languages are a bundle of nope. Pin
Mike Hankey6-Jun-21 22:48
mveMike Hankey6-Jun-21 22:48 
GeneralRe: These languages are a bundle of nope. Pin
CPallini6-Jun-21 22:57
mveCPallini6-Jun-21 22:57 
GeneralRe: These languages are a bundle of nope. Pin
Mike Hankey6-Jun-21 23:00
mveMike Hankey6-Jun-21 23:00 
GeneralRe: These languages are a bundle of nope. Pin
megaadam6-Jun-21 22:12
professionalmegaadam6-Jun-21 22:12 
GeneralRe: These languages are a bundle of nope. Pin
honey the codewitch6-Jun-21 22:23
mvahoney the codewitch6-Jun-21 22:23 
GeneralRe: These languages are a bundle of nope. Pin
megaadam6-Jun-21 22:48
professionalmegaadam6-Jun-21 22:48 

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.