C Elements of Style

时间:2011-11-19 12:35:39
【文件属性】:

文件名称:C Elements of Style

文件大小:279KB

文件格式:RAR

更新时间:2011-11-19 12:35:39

C Style

A program is a detailed set of instructions read by both a human and a machine. The computer reads only the code, while the human concentrates on the comments. Good style pertains to both parts of a program. Well-designed, well-written code not only makes effective use of the com- puter, it also contains careful constructed comments to help humans understand it. Well-designed, well-written code is a joy to debug, maintain, and enhance. Good programming style begins with the effective organization of code. using a clear and con- sistent organization of the components of your program you make them more efficient, readable, and maintainable.


网友评论