Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9ca79e5

Browse files
author
Jens Timmerman
authored
Remove redundant text
this paragraph already appeared earlier on in the text.
1 parent9b1a484 commit9ca79e5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

‎README.md‎

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -619,10 +619,6 @@ Within the body of a loop, assume that the loop action is successful and immedia
619619

620620
Never use local variables. Whenever you feel the temptation to use one, make it into an instance or static variable instead to unselfishly share it with all the other methods of the class. This will save you work later when other methods need similar declarations. C++ programmers can go a step further by making all variables global.
621621

622-
####Reduce, Reuse, Recycle
623-
624-
If you have to define a structure to hold data for callbacks, always call the structure`PRIVDATA`. Every module can define its own`PRIVDATA`. In VC++, this has the advantage of confusing the debugger so that if you have a`PRIVDATA` variable and try to expand it in the watch window, it doesn't know which`PRIVDATA` you mean, so it just picks one.
625-
626622
####Configuration Files
627623

628624
These usually have the form keyword=value. The values are loaded into Java variables at load time. The most obvious obfuscation technique is to use slightly different names for the keywords and the Java variables. Use configuration files even for constants that never change at run time. Parameter file variables require at least five times as much code to maintain as a simple variable would.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp