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

Commite47e186

Browse files
authored
Merge pull request#26 from Droogans/caster-patch-2
Caster patch 2
2 parents0000ca0 +7f75886 commite47e186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ Within the body of a loop, assume that the loop action is successful and immedia
619619

620620
####Local Variables
621621

622-
Withinthebody of a loop, assume that the loop action is successful and immediately updateallpointer variables. If an exception is later detected on that loop action, back out the pointer advancements as side effects of a conditional expression following the loop body.
622+
Never use local variables. Whenever you feelthetemptation to use one, make it into an instance or static variable instead to unselfishly share it withallthe 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.
623623

624624
####Reduce, Reuse, Recycle
625625

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp