Rules of thumb
Although the following rules of thumb may not hold in all
cases, they will usually stand you in good stead.
- To put data into an array, you will usually drop it on a
new line.
- To call a method on an object contained in an array, you
will usually drop it on a new line.
- To extract a value from an array, you will usually drop
it on a placeholder in an existing expression.