Click here to Skip to main content
15,891,943 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: One thing I do [dis]like about linux Pin
Mircea Neacsu25-Jul-20 13:46
Mircea Neacsu25-Jul-20 13:46 
GeneralRe: One thing I do [dis]like about linux Pin
Greg Utas25-Jul-20 14:18
professionalGreg Utas25-Jul-20 14:18 
GeneralRe: One thing I do [dis]like about linux Pin
Rene Rasmussen25-Jul-20 9:37
Rene Rasmussen25-Jul-20 9:37 
GeneralRe: One thing I do like about linux Pin
W Balboos, GHB26-Jul-20 3:00
W Balboos, GHB26-Jul-20 3:00 
GeneralRe: One thing I do like about linux Pin
honey the codewitch26-Jul-20 3:08
mvahoney the codewitch26-Jul-20 3:08 
GeneralA thought for Saturday Pin
DRHuff25-Jul-20 4:08
DRHuff25-Jul-20 4:08 
GeneralRe: A thought for Saturday Pin
OriginalGriff25-Jul-20 4:28
mveOriginalGriff25-Jul-20 4:28 
RantMe and my ideas - an opportunity surely to be missed by Microsoft Pin
honey the codewitch25-Jul-20 3:27
mvahoney the codewitch25-Jul-20 3:27 
In the latest (or upcoming, i forget) version of C#, you can write code that the *compiler* will execute to generate code that the compiler will then compile. All this happens on build.

Really cool, because now you can add source generation and stuff directly into your source code itself which directs the *compiler* on what to do.

C# also provides a couple of ways in which it already generates code for you, among the most notable being the state machines that support the yield keyword and the ones that support await.

What Microsoft *should* do: Turn these opaque state machine generators into source directed at telling the compiler what to generate. That way you can modify them even.

What Microsoft will do: Leave these alone, keep them opaque, and in a decade when they have .NET 6 and C#20 they'll add something in that does the same thing but far more unweildy. D'Oh! | :doh:
Real programmers use butterflies

GeneralRe: Me and my ideas - an opportunity surely to be missed by Microsoft Pin
Chris Losinger25-Jul-20 3:53
professionalChris Losinger25-Jul-20 3:53 
GeneralRe: Me and my ideas - an opportunity surely to be missed by Microsoft Pin
honey the codewitch25-Jul-20 4:01
mvahoney the codewitch25-Jul-20 4:01 
GeneralRe: Me and my ideas - an opportunity surely to be missed by Microsoft Pin
Chris Losinger25-Jul-20 4:02
professionalChris Losinger25-Jul-20 4:02 
GeneralRe: Me and my ideas - an opportunity surely to be missed by Microsoft Pin
honey the codewitch25-Jul-20 4:05
mvahoney the codewitch25-Jul-20 4:05 
GeneralRe: Me and my ideas - an opportunity surely to be missed by Microsoft Pin
Chris Losinger25-Jul-20 4:07
professionalChris Losinger25-Jul-20 4:07 
GeneralRe: Me and my ideas - an opportunity surely to be missed by Microsoft Pin
honey the codewitch25-Jul-20 4:07
mvahoney the codewitch25-Jul-20 4:07 
GeneralRe: Me and my ideas - an opportunity surely to be missed by Microsoft Pin
OriginalGriff25-Jul-20 4:07
mveOriginalGriff25-Jul-20 4:07 
GeneralRe: Me and my ideas - an opportunity surely to be missed by Microsoft Pin
honey the codewitch25-Jul-20 4:08
mvahoney the codewitch25-Jul-20 4:08 
GeneralRe: Me and my ideas - an opportunity surely to be missed by Microsoft Pin
Mircea Neacsu25-Jul-20 5:00
Mircea Neacsu25-Jul-20 5:00 
GeneralRe: Me and my ideas - an opportunity surely to be missed by Microsoft Pin
honey the codewitch25-Jul-20 5:28
mvahoney the codewitch25-Jul-20 5:28 
GeneralRe: Me and my ideas - an opportunity surely to be missed by Microsoft Pin
Rick York25-Jul-20 7:04
mveRick York25-Jul-20 7:04 
GeneralRe: Me and my ideas - an opportunity surely to be missed by Microsoft Pin
honey the codewitch25-Jul-20 7:15
mvahoney the codewitch25-Jul-20 7:15 
GeneralRe: Me and my ideas - an opportunity surely to be missed by Microsoft Pin
Rick York25-Jul-20 8:56
mveRick York25-Jul-20 8:56 
JokeMen will be men... Pin
Sandeep Mewara24-Jul-20 22:07
mveSandeep Mewara24-Jul-20 22:07 
GeneralRe: Men will be men... Pin
Garth J Lancaster24-Jul-20 22:45
professionalGarth J Lancaster24-Jul-20 22:45 
GeneralRe: Men will be men... Pin
Amarnath S25-Jul-20 0:10
professionalAmarnath S25-Jul-20 0:10 
GeneralRe: Men will be men... Pin
CodeWraith25-Jul-20 1:13
CodeWraith25-Jul-20 1:13 

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.