Quote (Eep @ Feb 7 2016 01:27am)
I can't WAIT to maintain some of that code a year or so down the line!
I know the feel. Like when I stumble upon shit like this in my service code:
Code
System.Net.ServicePointManager.ServerCertificateValidationCallback = delegate { return true; };