|
|
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''' ==
| |
| * 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
| |