Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.


  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • DownloadDownload
  • PrintPrint

Examples

Example 1: Brace placement. There is no readability difference among:

void using_k_and_r_style() {
  // ...
}

void putting_each_brace_on_its_own_line()
{
  // ...
}

void or_putting_each_brace_on_its_own_line_indented()
  {
  // ...
  }


  

You are currently reading a PREVIEW of this book.

                                                                                        

Get instant access to over
$1 million worth of books and videos.

  

Start a Free Trial