Post #2295523
2026-05-07 19:58 UTC
When I get a ticket that says an exception was thrown on line 8,526 of a particular class*, I feel like marking it resolved with the explanation, "There's your problem right there!"
* Not an exaggeration, and we have many classes this large. The largest "class" we have contains more text than *Harry Pottery and the Sorceror's Stone*.
Replies (1)
-
@Gjoel@mstdn.dk 2026-05-07 20:13
@Enema_Cowboy@dotnet.social well, as a former colleague of mine did, the obvious answer is to make the class partial and split it into multiple files. It's still big and unwieldy, but now it's also in multiple files.