Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
SquirrelJME
Commits
593d5449
Commit
593d5449
authored
Mar 09, 2016
by
Stephanie Gawroriski
Browse files
Notes.
parent
22ccb903
Changes
1
Hide whitespace changes
Inline
Side-by-side
readme.mkd
View file @
593d5449
...
...
@@ -95,4 +95,11 @@ There are also disadvantages however:
and
`Class.newInstance()`
, plugins using a common interface can be
initialized when they are not directly known.
# Programming Considerations
## Do Not Use Static Modifiable/Mutable Globals In Standalone Classes
The garbage collector upon determining that a class (which may contain static
variables treated as globals) is no longer referenced, it may be garbage
collected.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment