ike709
ike709
Now replace "going to" with "fixin' to" for the true Southern experience
I tested in BYOND with: ``` menu "menu" elem "foo" name = "Show Popup" command = ".winset \"testwindow.is-visible=true\"" category = "Menu" elem "foo" name = "Hide Popup" command = ".winset...
Added context I haven't verified for myself: 
waka lacking reading comprehension moment
At the very least I kind of want a wiki page where we can expand on unit test-specific functionality like `// COMPILE ERROR`
https://github.com/OpenDreamProject/OpenDream/wiki/Automated-Testing-&-Code-Coverage
Update: It's actually the *type declaration* order, not the `New()` order. Re-arranging `New()`s just happened to also adjust type declaration order.
Need to figure out some issues with scopes.
I'll revisit this later.