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: VB = Very Best Pin
GuyThiebaut15-Nov-13 3:13
professionalGuyThiebaut15-Nov-13 3:13 
GeneralRe: VB = Very Best Pin
Nemanja Trifunovic15-Nov-13 3:20
Nemanja Trifunovic15-Nov-13 3:20 
GeneralRe: VB = Very Best Pin
GuyThiebaut15-Nov-13 3:41
professionalGuyThiebaut15-Nov-13 3:41 
GeneralRe: VB = Very Best Pin
CPallini15-Nov-13 2:54
mveCPallini15-Nov-13 2:54 
GeneralRe: VB = Very Best Pin
Nicholas Marty15-Nov-13 3:13
professionalNicholas Marty15-Nov-13 3:13 
GeneralRe: VB = Very Best Pin
Ennis Ray Lynch, Jr.15-Nov-13 3:22
Ennis Ray Lynch, Jr.15-Nov-13 3:22 
AnswerRe: VB = Very Best Pin
David Crow15-Nov-13 3:47
David Crow15-Nov-13 3:47 
GeneralRe: VB = Very Best Pin
Silvabolt15-Nov-13 3:54
Silvabolt15-Nov-13 3:54 
VB:
Dim num As Integer

C#:
int num;

For every integer I declare, I have to press ~10 more keys in VB than C#. It gets worst as my code becomes longer and you end up seeing a ton of Dims and unnecessary text. It takes longer to read through, iffy looking syntax...

What exactly is a 'Dim' anyways? If you research the answer to this, you will realize that it's definition is not intuitive anymore and wrongly used based on what it's supposed to mean.
GeneralRe: VB = Very Best Pin
Dave Kreskowiak15-Nov-13 3:57
mveDave Kreskowiak15-Nov-13 3:57 
GeneralRe: VB = Very Best Pin
Vark11115-Nov-13 7:28
Vark11115-Nov-13 7:28 
GeneralRe: VB = Very Best Pin
PIEBALDconsult15-Nov-13 8:12
mvePIEBALDconsult15-Nov-13 8:12 
GeneralRe: VB = Very Best Pin
StatementTerminator15-Nov-13 9:11
StatementTerminator15-Nov-13 9:11 
GeneralRe: VB = Very Best Pin
User 483504715-Nov-13 9:49
User 483504715-Nov-13 9:49 
General54 Minutes... Pin
Michael Martin15-Nov-13 1:10
professionalMichael Martin15-Nov-13 1:10 
GeneralRe: 54 Minutes... Pin
ZurdoDev15-Nov-13 1:24
professionalZurdoDev15-Nov-13 1:24 
GeneralRe: 54 Minutes... Pin
Michael Martin15-Nov-13 3:44
professionalMichael Martin15-Nov-13 3:44 
GeneralRe: 54 Minutes... Pin
Marc Clifton15-Nov-13 1:44
mvaMarc Clifton15-Nov-13 1:44 
GeneralRe: 54 Minutes... Pin
Bassam Abdul-Baki15-Nov-13 2:22
professionalBassam Abdul-Baki15-Nov-13 2:22 
GeneralRe: 54 Minutes... Pin
CPallini15-Nov-13 2:56
mveCPallini15-Nov-13 2:56 
GeneralRe: 54 Minutes... Pin
Dan Neely15-Nov-13 3:03
Dan Neely15-Nov-13 3:03 
GeneralBooze Pin
Dalek Dave15-Nov-13 0:37
professionalDalek Dave15-Nov-13 0:37 
GeneralRe: Booze Pin
glennPattonWork315-Nov-13 0:39
professionalglennPattonWork315-Nov-13 0:39 
GeneralRe: Booze Pin
Dalek Dave15-Nov-13 0:42
professionalDalek Dave15-Nov-13 0:42 
GeneralRe: Booze Pin
Argonia15-Nov-13 0:46
professionalArgonia15-Nov-13 0:46 
GeneralRe: Booze Pin
Dalek Dave15-Nov-13 0:47
professionalDalek Dave15-Nov-13 0:47 

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.