Programming style: Difference between revisions

Content deleted Content added
Kenny sh (talk | contribs)
m +GNU Coding Standards
Kenny sh (talk | contribs)
m + text from coding standard
Line 1:
'''Programming style''' (aka ''coding standard'', ''code convention'')is a term that describes thea wayconventions afor programmerwriting writes[[source code]] in a certain [[programming language]].
 
Programming style is often dependent on the actual choice of programming language one is writing in. [[C (programming language)|C]] style will vary from [[BASIC]] style, and so on.
Line 74:
However, some programmers don't like being forced to use a style they didn't choose.
 
==External linksExamples==
*[http://www.gnu.org/prep/standards.html GNU Coding Standards]
*[http://java.sun.com/docs/codeconv/ Code Conventions for the Java Programming Language]
 
[[zh-cn:程序风格]]