Defining Programming Standards   
for Professional Programmers 
  

         

Home

Contents

1: Standards

2: Psychological Factors

3: General Principles

4: Commenting

5: Naming

6: Code Layout

7: File Layout

8: Language Usage

9: Data Usage

10: Programming Usage

11: Implementing Standards

A: Example Standard

B: References

C: Glossary

Syque

About

Share this page:

Google
C Style
syque.com
Web

 

 

Books and
more at:

USA:

In association with amazon.com

UK:

In Association with Amazon.co.uk

Canada:

In Association with amazon.ca

 

 

Part 4 : Usage

CHAPTER 8 : Language Usage
CHAPTER 9 : Data Usage
CHAPTER 10 : Programming Usage

 

<-- Prev page | Next page -->

<-- Prev part | Next part -->

 

Layout, naming and commenting are important elements of style, contributing significantly to the readability of the code. However, the way you actually use the code is the acid test of your style. The way you decide what construct to use, where and how, will reflect your overall approach to programming. It would be impossible to cover all elements of usage in one book, let alone one part of one book. For a detailed consideration of the higher levels of programming, it is better to read a book which is dedicated to the topic. Part 4 looks first at the usage of the individual constructs of the language, it then looks specifically at usage of data constructs and data in general, and concludes with a brief consideration of some of the wider elements of programming usage.

 

<-- Prev page | Next page -->

 

 

  © Syque 1995-2013

Massive Content -- Maximum Speed