KoalaUnknown@lemmy.world to Programmer Humor@programming.devEnglish · 26 天前What's a readabilitylemmy.worldimagemessage-square70linkfedilinkarrow-up1192arrow-down119
arrow-up1173arrow-down1imageWhat's a readabilitylemmy.worldKoalaUnknown@lemmy.world to Programmer Humor@programming.devEnglish · 26 天前message-square70linkfedilink
minus-squaredax@feddit.orglinkfedilinkarrow-up8·25 天前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.
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.