CSC/ECE 517 Summer 2008/wiki2 2 ar

From Expertiza_Wiki
Jump to navigation Jump to search

Introduction

Background

Source Code

The source code is a set of computer instructions written mostly in ASCII text following some specific high level computer language syntaxes. They are human readable and need some special programs (Compilers and Interpreters) to convert it into machine languages. They actually represent the logic of the program.

Problem face by source code

Naming conventions

Benefits of standardize Naming conventions

General Naming conventions

Hungarian notations

Positional Notations

Composite word scheme

Language Specific Naming Conventions

Java

Ruby

Tools

Conclusion

Links

Coding conventions for languages