You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -759,7 +759,7 @@ Use exceptions for non-exceptional conditions. Routinely terminate loops with an
759
759
760
760
#### Use threads With Abandon
761
761
762
-
title says it all.
762
+
Title says it all.
763
763
764
764
#### Lawyer Code
765
765
@@ -807,7 +807,7 @@ It offers great opportunities for obfuscation. The key technique is to nest macr
807
807
808
808
####Exploit Schizophrenia
809
809
810
-
Java is schizophrenic about array declarations. You can do them the old C, way`String x[]`, (which uses mixed pre-postfix notation) or the new way`String[] x`, which uses pure prefix notation. If you want to really confuse people, mix thenotationse.g.
810
+
Java is schizophrenic about array declarations. You can do them the old C, way`String x[]`, (which uses mixed pre-postfix notation) or the new way`String[] x`, which uses pure prefix notation. If you want to really confuse people, mix thenotations e.g.