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, embarrasing 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.
|
|
 |

|
var someVar = someList.SelectMany(λ => λ);
In some cases, my signature will be longer than my message...
<em style="color:red"> <b>ProgramFOX</b></em> ProgramFOX
|
|
|
|

|
And the best part is that actually works!
Bob Dole The internet is a great way to get on the net.
 2.0.82.7292 SP6a
|
|
|
|
|

|
Yes.
In some cases, my signature will be longer than my message...
<em style="color:red"> <b>ProgramFOX</b></em> ProgramFOX
|
|
|
|

|
Well that makes sense if someList is a list of objects which implement IEnumerable (like List<List<int>>. A bit weird but no horror.
|
|
|
|

|
Which is why this forum is called "The Weird and The Wonderful"!!
Bob Dole The internet is a great way to get on the net.
 2.0.82.7292 SP6a
|
|
|
|

|
It's not even weird, if you want to flat a list of lists then that's the best way to do it.
|
|
|
|

|
I think one posted in the chatroom a coupla days ago had C++11... [](){[](){}();}(); ... but I suspect he was trolling.
|
|
|
|

|
The great thing about C++ is: you can never be sure.
|
|
|
|

|
xD .. If i'm not mistaken, that is just an empty lambda nested inside another one ... I wonder if one could go on and on like that. -- But in the end it would do nothing (besides probably a stack overflow, if you take it too far^^)
|
|
|
|
 |
|
|
General
News
Suggestion
Question
Bug
Answer
Joke
Rant
Admin