579
With PieMixin (lemmy.world)
submitted 10 months ago by mod_pp@lemmy.world to c/programmerhumor@lemmy.ml
you are viewing a single comment's thread
view the rest of the comments
[-] kogasa@programming.dev 2 points 10 months ago

Modern .NET is reducing dependence on reflection. System.Text.JSON and other core libraries have leveraged source generation to produce AOT + trim friendly, reflection free code. But yeah, it's not a taboo like say dynamic, it's perfectly normal to use reflection in idiomatic C# code.

this post was submitted on 28 Nov 2023
579 points (97.7% liked)

Programmer Humor

32260 readers
170 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS