Thursday, February 07, 2013

Static constructors, part one | Fabulous Adventures In Coding

Static constructors, part one | Fabulous Adventures In Coding: "Previously on FAIC we saw how easy it was to deadlock a program by trying to do something interesting in a static constructor.1 Static constructors and destructors2 are the two really weird kinds of methods, and you should do as little as possible in them."

'via Blog this'