Click here to Skip to main content
15,914,014 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: Parsing is fun Pin
raddevus2-May-19 10:42
mvaraddevus2-May-19 10:42 
GeneralRe: Parsing is fun Pin
Ravi Bhavnani2-May-19 11:07
professionalRavi Bhavnani2-May-19 11:07 
GeneralRe: Parsing is fun Pin
honey the codewitch2-May-19 16:26
mvahoney the codewitch2-May-19 16:26 
GeneralRe: Parsing is fun Pin
Super Lloyd2-May-19 18:49
Super Lloyd2-May-19 18:49 
GeneralRe: Parsing is fun Pin
honey the codewitch2-May-19 18:59
mvahoney the codewitch2-May-19 18:59 
GeneralRe: Parsing is fun Pin
Sander Rossel2-May-19 21:54
professionalSander Rossel2-May-19 21:54 
GeneralRe: Parsing is fun Pin
honey the codewitch2-May-19 22:05
mvahoney the codewitch2-May-19 22:05 
GeneralRe: Parsing is fun Pin
Sander Rossel2-May-19 23:45
professionalSander Rossel2-May-19 23:45 
I was moving a bit of code just yesterday and I had a class with two properties to return a result from a function.
That was the only place where the class was used and other than that it didn't add anything of value.
Of course, back in the day you could use an out parameter if you had more than one return value, but that is now frowned upon.
So then I remembered C# has introduced named tuple values and I rejoiced.
Never again will I use these multiple-return-values-from-function-classes anymore Big Grin | :-D
Had you posted this the day before yesterday I wouldn't have known either Laugh | :laugh:

I've been using LINQ for years though (and even rewrote it in JavaScript[^]).
It's been making life so much easier Big Grin | :-D

GeneralRe: Parsing is fun Pin
honey the codewitch3-May-19 1:59
mvahoney the codewitch3-May-19 1:59 
GeneralRe: Parsing is fun Pin
Sander Rossel5-May-19 20:43
professionalSander Rossel5-May-19 20:43 
GeneralRe: Parsing is fun Pin
honey the codewitch6-May-19 0:49
mvahoney the codewitch6-May-19 0:49 
GeneralRe: Parsing is fun Pin
honey the codewitch6-May-19 0:50
mvahoney the codewitch6-May-19 0:50 
GeneralRe: Parsing is fun Pin
Sander Rossel6-May-19 0:57
professionalSander Rossel6-May-19 0:57 
GeneralRe: Parsing is fun Pin
honey the codewitch6-May-19 1:12
mvahoney the codewitch6-May-19 1:12 
GeneralRe: Parsing is fun Pin
Marc Clifton3-May-19 2:58
mvaMarc Clifton3-May-19 2:58 
GeneralRe: Parsing is fun Pin
honey the codewitch3-May-19 3:02
mvahoney the codewitch3-May-19 3:02 
GeneralInterested in music, learning and/or guitar? Pin
raddevus2-May-19 8:56
mvaraddevus2-May-19 8:56 
GeneralRe: Interested in music, learning and/or guitar? Pin
Rick York2-May-19 10:07
mveRick York2-May-19 10:07 
GeneralRe: Interested in music, learning and/or guitar? Pin
raddevus2-May-19 10:16
mvaraddevus2-May-19 10:16 
GeneralRe: Interested in music, learning and/or guitar? Pin
Rick York2-May-19 10:57
mveRick York2-May-19 10:57 
GeneralRe: Interested in music, learning and/or guitar? Pin
Paul Kemner6-May-19 4:12
Paul Kemner6-May-19 4:12 
GeneralRe: Interested in music, learning and/or guitar? Pin
Christian Graus2-May-19 12:41
protectorChristian Graus2-May-19 12:41 
GeneralRe: Interested in music, learning and/or guitar? Pin
Munchies_Matt3-May-19 0:42
Munchies_Matt3-May-19 0:42 
GeneralRe: Interested in music, learning and/or guitar? Pin
raddevus3-May-19 1:44
mvaraddevus3-May-19 1:44 
GeneralRe: Interested in music, learning and/or guitar? Pin
Munchies_Matt3-May-19 2:00
Munchies_Matt3-May-19 2:00 

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.