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

Commit9f7f9c9

Browse files
authored
Revert "true" -> "truth" change, include code block formatting
1 parent809c328 commit9f7f9c9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎README.md‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1195,7 +1195,7 @@ someone is bound to "correct" the apparent redundancy, and use var elsewhere in
11951195
if ( var )
11961196
```
11971197

1198-
Another technique is to make`TRUE` and`FALSE` have the same value, though most would consider that out and out cheating. Using values 1 and 2 or -1 and 0 is a more subtle way to trip people up and still look respectable. You can use this same technique in Java by defining a static constant called`TRUE`. Programmers might be more suspicious you are up to no good since there is a built-in literaltruth in Java.
1198+
Another technique is to make`TRUE` and`FALSE` have the same value, though most would consider that out and out cheating. Using values 1 and 2 or -1 and 0 is a more subtle way to trip people up and still look respectable. You can use this same technique in Java by defining a static constant called`TRUE`. Programmers might be more suspicious you are up to no good since there is a built-in literal`true` in Java.
11991199

12001200
####Third Party Libraries
12011201

@@ -1361,4 +1361,3 @@ An early version of this article appeared in Java Developers' Journal (volume 2
13611361
This essay is a**joke**! I apologise if anyone took this literally. Canadians think it gauche to label jokes with a :-). People paid no attention when I harped about how to write__maintainable code. I found people were more receptive hearing all the goofy things people often do to muck it up. Checking for**un**maintainable design patterns is a rapid way to defend against malicious or inadvertent sloppiness.
13621362

13631363
_**<small>The original was published on[Roedy Green's Mindproducts](http://mindprod.com/jgloss/unmain.html) site.</small>**_
1364-

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp