According to Code Craft, what is the most obvious, and contentious, issue of code presentation?
Brace positioning
What is a common name for the curly bracket?
Brace
Is the format of code not important since the compiler completely ignores it?
No
Good format can make code easier to read and maintain, and bad format can do the opposite and hide bugs
What are the three audiences for source code?
Ourselves, the compiler, and other people
Who is the most important audience for the source code, according to Code Craft?
Other people
What is the Code Craft recommendation for what indentation strategy to use?
One that is conventional and can be described concisely
What is the name for the style of brace positioning that was established in The C Programming Language and may be the dominant style for Java code?
K&R
What is a reasonable thing to assume about sloppily laid out code?
It was not carefully designed
Previous card
First card
Random order
Next card