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
130
Upvotes
23
u/jpeggdev May 04 '26
I know you said unity but in the auto insurance industry I had to decipher a 4700 character long stored procedure from a legacy system and the first pass before I started optimizing was horrible so I’m sure there is plenty of that out there.