Click here to Skip to main content
15,888,610 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: c# var Pin
ZurdoDev23-Jun-20 8:29
professionalZurdoDev23-Jun-20 8:29 
GeneralRe: c# var Pin
MadMyche23-Jun-20 11:31
professionalMadMyche23-Jun-20 11:31 
GeneralRe: c# var Pin
ZurdoDev23-Jun-20 11:42
professionalZurdoDev23-Jun-20 11:42 
AnswerRe: c# var Pin
Mycroft Holmes23-Jun-20 12:28
professionalMycroft Holmes23-Jun-20 12:28 
GeneralRe: c# var Pin
Sander Rossel23-Jun-20 21:53
professionalSander Rossel23-Jun-20 21:53 
GeneralRe: c# var Pin
Mycroft Holmes24-Jun-20 12:20
professionalMycroft Holmes24-Jun-20 12:20 
AnswerRe: c# var Pin
Sander Rossel23-Jun-20 21:49
professionalSander Rossel23-Jun-20 21:49 
AnswerRe: c# var Pin
Steve Naidamast24-Jun-20 4:25
professionalSteve Naidamast24-Jun-20 4:25 
The C# "var" construct and other such constructs in both C# and VB.NET are merely short-cuts or the usage of system defaults.

This makes for very ambiguous code over the length of an application's development.

This is why I don't even use the generic list-type and still use array-lists instead. Despite the slight performance decreases (which most will not notice since such constructs often do not contain thousands of objects or items in general), having easy to read strongly typed code makes my applications much more easily maintainable.
Steve Naidamast
Sr. Software Engineer
Black Falcon Software, Inc.
blackfalconsoftware@outlook.com

AnswerRe: c# var Pin
Rusty Bullet24-Jun-20 5:10
Rusty Bullet24-Jun-20 5:10 
AnswerRe: c# var Pin
Michael Waters24-Jun-20 5:44
Michael Waters24-Jun-20 5:44 
AnswerRe: c# var Pin
Davyd McColl24-Jun-20 6:00
Davyd McColl24-Jun-20 6:00 
AnswerRe: c# var Pin
salz15024-Jun-20 6:20
salz15024-Jun-20 6:20 
AnswerRe: c# var Pin
Member 289602024-Jun-20 7:24
Member 289602024-Jun-20 7:24 
GeneralRe: c# var Pin
ZurdoDev24-Jun-20 7:39
professionalZurdoDev24-Jun-20 7:39 
AnswerRe: c# var Pin
Fabio Franco24-Jun-20 12:40
professionalFabio Franco24-Jun-20 12:40 
AnswerRe: c# var Pin
zezba900024-Jun-20 12:41
zezba900024-Jun-20 12:41 
AnswerRe: c# var Pin
KateAshman24-Jun-20 22:13
KateAshman24-Jun-20 22:13 
AnswerRe: c# var Pin
JohaViss6125-Jun-20 5:40
professionalJohaViss6125-Jun-20 5:40 
AnswerRe: c# var Pin
BDieser26-Jun-20 4:28
BDieser26-Jun-20 4:28 
AnswerRe: c# var Pin
Member 1409260529-Jun-20 22:04
Member 1409260529-Jun-20 22:04 
GeneralCCC Solution - 2020-06-23 Pin
Randor 23-Jun-20 2:26
professional Randor 23-Jun-20 2:26 
GeneralRe: CCC Solution - 2020-06-23 Pin
Richard MacCutchan23-Jun-20 3:09
mveRichard MacCutchan23-Jun-20 3:09 
GeneralRe: CCC Solution - 2020-06-23 Pin
Randor 23-Jun-20 4:06
professional Randor 23-Jun-20 4:06 
GeneralRe: CCC Solution - 2020-06-23 Pin
Richard MacCutchan23-Jun-20 4:14
mveRichard MacCutchan23-Jun-20 4:14 
QuestionWhich graph type would you use? Pin
Joan M23-Jun-20 1:58
professionalJoan M23-Jun-20 1:58 

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.