KoalaUnknown@lemmy.world to Programmer Humor@programming.devEnglish · 29 days agoWhat's a readabilitylemmy.worldimagemessage-square59fedilinkarrow-up1161arrow-down116
arrow-up1145arrow-down1imageWhat's a readabilitylemmy.worldKoalaUnknown@lemmy.world to Programmer Humor@programming.devEnglish · 29 days agomessage-square59fedilink
minus-squaredax@feddit.orglinkfedilinkarrow-up7·28 days agoOr just services.AddSingleton<X>. There’s plenty to criticize in C#, or any language, but this ain’t it. Most of the new language features just make the code shorter without loosing clarity. Really liking newer C# versions.
Or just
services.AddSingleton<X>. There’s plenty to criticize in C#, or any language, but this ain’t it. Most of the new language features just make the code shorter without loosing clarity. Really liking newer C# versions.