Chapter 1-Introduction

Function and method sizes should be minimized; less than 100 lines of code is good, less than 50 lines is preferable. Function descriptions should be clearly spelled out in comments preceding a function's code. Organize code for readability. Use whitespace generously - vertically and horizontally . Each line of code should contain 70 characters ... ................
................