CSC/ECE 517 Fall 2012/ch1 1w23 ph: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
= Ruby Coding Guidelines = | = Ruby Coding Guidelines = | ||
== Introduction == | |||
== Importance of guidelines == | |||
== Types of Guidelines == | |||
=== Naming Guidelines === | |||
=== Class Design Guidelines === | |||
=== Member Design Guidelines === | |||
=== Maintainability Guidelines === | |||
=== Performance Guidelines === | |||
=== Documentation Guidelines === | |||
=== Layout Guidelines === | |||
== Code Analysis Tools == | |||
== Summary == | |||
== See Also == | |||
== References == | |||
1. Introduction | 1. Introduction |
Revision as of 23:03, 15 September 2013
Ruby Coding Guidelines
Introduction
Importance of guidelines
Types of Guidelines
Naming Guidelines
Class Design Guidelines
Member Design Guidelines
Maintainability Guidelines
Performance Guidelines
Documentation Guidelines
Layout Guidelines
Code Analysis Tools
Summary
See Also
References
1. Introduction 2. Importance of guidelines 3. Types of Guidelines 3.1. Naming Guidelines 3.2. Class Design Guidelines 3.3. Member Design Guidelines 3.4. Maintainability Guidelines 3.5. Performance Guidelines 3.6. Documentation Guidelines 3.7. Layout Guidelines 4. Code Analysis Tools 5. Summary 6. See Also 7. References