CSC/ECE 517 Fall 2010/ch4 4c rn: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
==Coding conventions for languages== | |||
*ActionScript(Flex): [http://opensource.adobe.com/wiki/display/flexsdk/Coding+Conventions Flex SDK coding conventions and best practices] | |||
*C++: [http://en.wikibooks.org/wiki/C%2B%2B_Programming/Code_Style C++ Programming/Code Style] | |||
*C++: [http://geosoft.no/development/cppstyle.html GeoSoft's C++ Programming Style Guidelines] | |||
*C#: [http://www.tiobe.com/standards/gemrcsharpcs.pdf Coding Standard: C# (Philips Medical Systems)] | |||
*D: [http://www.digitalmars.com/d/1.0/dstyle.html The D Style] | |||
*Erlang: [http://www.erlang.se/doc/programming_rules.shtml Erlang Programming Rules and Conventions] | |||
*Java: [http://java.sun.com/docs/codeconv/ Sun official Java coding style] | |||
*Lisp: [http://mumble.net/~campbell/scheme/style.txt Riastradh's Lisp Style Rules] | |||
*Mono: [http://www.mono-project.com/Coding_Guidelines Programming style for Mono] | |||
*Perl: [http://perldoc.perl.org/perlstyle.html Perl Style Guide] | |||
*PHP::PEAR: [http://pear.php.net/manual/en/standards.php PHP::PEAR Coding Standards] | |||
*Python: [http://www.python.org/peps/pep-0008.html Style Guide for Python Code] | |||
*Ruby: [http://itsignals.cascadia.com.au/?p=7 Ruby and Rails Naming Conventions] | |||
== '''External Links''' == | == '''External Links''' == | ||
* http://frontier.userland.com/tutorial/variableNaming | * http://frontier.userland.com/tutorial/variableNaming |
Revision as of 23:03, 17 October 2010
Coding conventions for languages
- ActionScript(Flex): Flex SDK coding conventions and best practices
- C++: C++ Programming/Code Style
- C++: GeoSoft's C++ Programming Style Guidelines
- C#: Coding Standard: C# (Philips Medical Systems)
- D: The D Style
- Erlang: Erlang Programming Rules and Conventions
- Java: Sun official Java coding style
- Lisp: Riastradh's Lisp Style Rules
- Mono: Programming style for Mono
- Perl: Perl Style Guide
- PHP::PEAR: PHP::PEAR Coding Standards
- Python: Style Guide for Python Code
- Ruby: Ruby and Rails Naming Conventions
External Links
- http://frontier.userland.com/tutorial/variableNaming
- http://www.programmers-corner.com/article/18
- http://java.sun.com/docs/codeconv/html/CodeConventions.doc8.html
- http://www.cprogramming.com/tutorial/style_naming_conventions.html
- http://www.uwe-sauerland.de/richtlinien/naming.html
- http://www.kamath.com/columns/squareone/so001_whatname1.asp
- http://java.sun.com/docs/books/tutorial/java/nutsandbolts/variables.html