- Due
NORTH is typically in between the the LEFT Curly
Brace, "{" ,
and the RIGHT Parenthesis, ")". LOOK for
the LEFT Curly Brace FIRST and then look for the Right
Parenthesis.....it's easier that way
- Due NORTH is typically on the same line as the words, "protected, private, or public"
- Due NORTH
is typically on the same line as the word, "void".
- Due
NORTH is typically next to three (3) words next to
a
left parenthesis "("
- Due NORTH
is NOT on the same line as the word, "if",
or "for",
Example of a False North: if () {
Example of a False North: for () {
|