Click here to Skip to main content
15,885,216 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: I hate recent C# versions! Pin
Samuel Estrella C.7-Sep-22 5:10
Samuel Estrella C.7-Sep-22 5:10 
GeneralRe: I hate recent C# versions! Pin
Bruce Greene7-Sep-22 5:17
Bruce Greene7-Sep-22 5:17 
GeneralRe: I hate recent C# versions! Pin
Andre_Prellwitz7-Sep-22 5:46
Andre_Prellwitz7-Sep-22 5:46 
GeneralRe: I hate recent C# versions! Pin
jochance7-Sep-22 6:11
jochance7-Sep-22 6:11 
GeneralRe: I hate recent C# versions! Pin
David On Life7-Sep-22 6:27
David On Life7-Sep-22 6:27 
GeneralRe: I hate recent C# versions! Pin
Dave B 20227-Sep-22 6:34
Dave B 20227-Sep-22 6:34 
GeneralRe: I hate recent C# versions! Pin
jochance7-Sep-22 7:26
jochance7-Sep-22 7:26 
GeneralRe: I hate recent C# versions! Pin
ShawnVN7-Sep-22 9:48
ShawnVN7-Sep-22 9:48 
I'm ok with some of the simple quality-of-life things like null coalescing, and switch expressions. But a lot of it (compiler and runtime lib) has all gone a bit too far in the direction of high-level / functional programming.

The beauty of C# was that it had much of the speed and efficiency of a low-level lang, with high-level niceties like GC, immutable strings and bounds-checked arrays (all of which happen to be important for security).

But now code is riddled with anonymous function callbacks and linq expressions which can be 30x slower and consume more heap, than equivalent old school C#.

And harder to read, sometimes, yes.

I think it's a generational rotation, from devs whose first language was C/C++, to devs whose first programming language was javascript.
GeneralRe: I hate recent C# versions! Pin
Dan Sutton7-Sep-22 11:02
Dan Sutton7-Sep-22 11:02 
GeneralRe: I hate recent C# versions! Pin
BotReject8-Sep-22 6:12
BotReject8-Sep-22 6:12 
GeneralWSO CCC OTD 6th September, 2022 Pin
Kornfeld Eliyahu Peter5-Sep-22 22:06
professionalKornfeld Eliyahu Peter5-Sep-22 22:06 
GeneralRe: WSO CCC OTD 6th September, 2022 Pin
pkfox5-Sep-22 22:07
professionalpkfox5-Sep-22 22:07 
GeneralRe: WSO CCC OTD 6th September, 2022 Pin
Kornfeld Eliyahu Peter5-Sep-22 22:11
professionalKornfeld Eliyahu Peter5-Sep-22 22:11 
GeneralRe: WSO CCC OTD 6th September, 2022 Pin
MarkTJohnson6-Sep-22 1:16
professionalMarkTJohnson6-Sep-22 1:16 
GeneralRe: WSO CCC OTD 6th September, 2022 Pin
FreedMalloc6-Sep-22 7:09
FreedMalloc6-Sep-22 7:09 
GeneralOi! Kornfeld Eliyahu Peter! Pin
OriginalGriff5-Sep-22 22:02
mveOriginalGriff5-Sep-22 22:02 
GeneralRe: Oi! Kornfeld Eliyahu Peter! Pin
Kornfeld Eliyahu Peter5-Sep-22 22:05
professionalKornfeld Eliyahu Peter5-Sep-22 22:05 
GeneralOi! Kornfeld Eliyahu Peter! Pin
OriginalGriff5-Sep-22 20:38
mveOriginalGriff5-Sep-22 20:38 
GeneralRe: Oi! Kornfeld Eliyahu Peter! Pin
Sander Rossel5-Sep-22 21:06
professionalSander Rossel5-Sep-22 21:06 
GeneralRe: Oi! Kornfeld Eliyahu Peter! Pin
OriginalGriff5-Sep-22 21:26
mveOriginalGriff5-Sep-22 21:26 
GeneralWordle 444 Pin
Vivi Chellappa5-Sep-22 11:48
professionalVivi Chellappa5-Sep-22 11:48 
GeneralRe: Wordle 444 Pin
StarNamer@work5-Sep-22 13:16
professionalStarNamer@work5-Sep-22 13:16 
GeneralRe: Wordle 444 Pin
Sandeep Mewara5-Sep-22 16:53
mveSandeep Mewara5-Sep-22 16:53 
GeneralRe: Wordle 444 Pin
Peter_in_27805-Sep-22 17:09
professionalPeter_in_27805-Sep-22 17:09 
GeneralRe: Wordle 444 Pin
jmaida5-Sep-22 19:48
jmaida5-Sep-22 19:48 

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.