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

 

 

CHAPTER 1 : Standards

PART 1 : BASICS

CHAPTER 1 : Standards

1.1 Standards
1.2 Guidelines
1.3 What are standards for?
1.4 What are coding standards for?
1.5 Who are coding standards for?
1.6 Coding standards vs. programming standards
1.7 Using this book

1.8 Summary

<-- Prev page | Next page -->

 

1.8 Summary

• Standards are enforced.

• Guidelines are recommendations.

• Coding standards and guidelines help ensure quality, productivity and maintainability, and understandability.

• Coding standards are for the reader, more than the writer, of the code.

• Coding standards address the use of the language. Programming standards address higher level issues.

• Use this book to create your own standards, making your own decisions along the way. If you can't choose, see Appendix A.

 

<-- Prev page | Next page -->

 

 

  © Syque 1995-2010

Massive Content -- Maximum Speed