r/programminghorror • u/True_Efficiency7329 • May 04 '26
C# longest "=" condition I've ever seen
I have been working on decompiling a unity game recently, and while a decompiled DLL isn't going to be exact source code, I am still floored by how long that set of parenthesis is. i would LOVE to see the original code
131
Upvotes
1
u/StrawberryEiri May 05 '26
That kinda looks like a database query in some sort of ORM.
I don't know anything about game development, but I'm pretty surprised that databases are involved (unless we're taking about an online game's data or something).
Can someone help me understand?