tailieunhanh - Lecture Practical C++ programming - Chapter 3: Style

In this chapter describe how to comment programs. It may seem strange to learn how to comment before we know how to program, but the comments are the most important part of the program. The purpose of this chapter is to convince your students to put copious comments in the code. | Chapter - 3 Style Practical C Programming Copyright 2003 O Reilly and Associates Pagel Quality Quality is designed in not tested in. Dave Packard Practical C Programming Copyright 2003 O Reilly and Associates Page2 Style Style is the most important part of programming. Style is what separates the gems from the junk. It is what separates the programming artist from the butcher. The Mona Lisa and a paint-by-numbers picture are both paintings. What separates the two is Style. Practical C Programming Copyright 2003 O Reilly and Associates .