jason duffett.

Usage of static members

tech 1 min read

Fixed a rather nasty race condition that had been left in our code base by one of our previous employees, caused by liberal usage of static methods and variables. When I saw the code it was one of those jaw-dropping moments. I emailed round this ‘back to basics’ guide from Patrick Smacchia on using the static keyword.

Usage of static members