Click here to Skip to main content
15,887,302 members

The Weird and The Wonderful

   

The Weird and The Wonderful forum is a place to post Coding Horrors, Worst Practices, and the occasional flash of brilliance.

We all come across code that simply boggles the mind. Lazy kludges, embarrassing mistakes, horrid workarounds and developers just not quite getting it. And then somedays we come across - or write - the truly sublime.

Post your Best, your worst, and your most interesting. But please - no programming questions . This forum is purely for amusement and discussions on code snippets. All actual programming questions will be removed.

 
GeneralSA1122 : CSharp.Readability Pin
Eddy Vluggen30-May-16 4:17
professionalEddy Vluggen30-May-16 4:17 
GeneralRe: SA1122 : CSharp.Readability Pin
Chris Maunder30-May-16 4:46
cofounderChris Maunder30-May-16 4:46 
GeneralRe: SA1122 : CSharp.Readability Pin
Eddy Vluggen30-May-16 4:57
professionalEddy Vluggen30-May-16 4:57 
GeneralRe: SA1122 : CSharp.Readability Pin
OriginalGriff30-May-16 5:12
mveOriginalGriff30-May-16 5:12 
GeneralRe: SA1122 : CSharp.Readability Pin
TheGreatAndPowerfulOz30-May-16 6:07
TheGreatAndPowerfulOz30-May-16 6:07 
GeneralRe: SA1122 : CSharp.Readability Pin
Eddy Vluggen30-May-16 6:21
professionalEddy Vluggen30-May-16 6:21 
QuestionRe: SA1122 : CSharp.Readability Pin
TigerInside14-Jun-16 2:27
professionalTigerInside14-Jun-16 2:27 
AnswerRe: SA1122 : CSharp.Readability Pin
Eddy Vluggen14-Jun-16 3:21
professionalEddy Vluggen14-Jun-16 3:21 
First, there is no need for "var"; it is preferred to use the string-datatype. Second it would also be preferred to use a literal (or a constant pointing to the literal), not a class-member - that's what this entire thread was about.

"var" would be useful if it was a linq-query, but it is not meant as a replacement for those cases where you know what type to expect.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

GeneralRe: SA1122 : CSharp.Readability Pin
Kornfeld Eliyahu Peter30-May-16 6:34
professionalKornfeld Eliyahu Peter30-May-16 6:34 
GeneralRe: SA1122 : CSharp.Readability Pin
Eddy Vluggen30-May-16 6:52
professionalEddy Vluggen30-May-16 6:52 
GeneralRe: SA1122 : CSharp.Readability Pin
Kornfeld Eliyahu Peter30-May-16 7:33
professionalKornfeld Eliyahu Peter30-May-16 7:33 
GeneralRe: SA1122 : CSharp.Readability Pin
PIEBALDconsult30-May-16 6:37
mvePIEBALDconsult30-May-16 6:37 
GeneralRe: SA1122 : CSharp.Readability Pin
Eddy Vluggen30-May-16 6:44
professionalEddy Vluggen30-May-16 6:44 
GeneralRe: SA1122 : CSharp.Readability Pin
Deflinek30-May-16 7:30
Deflinek30-May-16 7:30 
GeneralRe: SA1122 : CSharp.Readability Pin
Eddy Vluggen30-May-16 7:53
professionalEddy Vluggen30-May-16 7:53 
GeneralRe: SA1122 : CSharp.Readability Pin
Deflinek30-May-16 8:10
Deflinek30-May-16 8:10 
GeneralRe: SA1122 : CSharp.Readability Pin
Eddy Vluggen30-May-16 8:23
professionalEddy Vluggen30-May-16 8:23 
GeneralRe: SA1122 : CSharp.Readability Pin
Deflinek30-May-16 9:11
Deflinek30-May-16 9:11 
GeneralRe: SA1122 : CSharp.Readability Pin
Eddy Vluggen30-May-16 9:25
professionalEddy Vluggen30-May-16 9:25 
GeneralRe: SA1122 : CSharp.Readability Pin
V.30-May-16 9:41
professionalV.30-May-16 9:41 
GeneralRe: SA1122 : CSharp.Readability Pin
Eddy Vluggen30-May-16 9:58
professionalEddy Vluggen30-May-16 9:58 
GeneralRe: SA1122 : CSharp.Readability Pin
Richard Deeming1-Jun-16 2:50
mveRichard Deeming1-Jun-16 2:50 
GeneralRe: SA1122 : CSharp.Readability Pin
Eddy Vluggen1-Jun-16 3:01
professionalEddy Vluggen1-Jun-16 3:01 
GeneralRe: SA1122 : CSharp.Readability Pin
Rob Grainger14-Jun-16 0:25
Rob Grainger14-Jun-16 0:25 
GeneralRe: SA1122 : CSharp.Readability Pin
Rob Grainger14-Jun-16 0:30
Rob Grainger14-Jun-16 0:30 

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.