Files
itgmania212121/stepmania/README-GUIDELINES
T

7 lines
241 B
Plaintext
Raw Normal View History

2002-12-14 00:52:04 +00:00
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.