diff --git a/stepmania/README-GUIDELINES b/stepmania/README-GUIDELINES new file mode 100644 index 0000000000..acac814675 --- /dev/null +++ b/stepmania/README-GUIDELINES @@ -0,0 +1,6 @@ +Bits of possibly less-than-obvious advice: + +Avoid accessing other singleton classes from singleton destructors. That +introduces dependencies on the order of destruction, and can cause problems +if one of the singletons throws an exception. +