GNU coding standards: Difference between revisions

Content deleted Content added
Move this paragraph to reception
Yobot (talk | contribs)
m WP:CHECKWIKI error fixes using AWB (12073)
Line 1:
{{NoMore footnotes|date=September 2009}}
The '''GNU Coding Standards''' are a set of rules and guidelines for writing [[computer program|program]]s that work consistently within the [[GNU]] system. The GNU Coding Standards were written by [[Richard Stallman]] and other GNU Project volunteers. The standards document is part of the [[GNU Project]] and is available from the GNU website [https://www.gnu.org/prep/standards/]. Though it focuses on writing [[free software]] for GNU in [[C (programming language)|C]], much of it can be applied more generally. In particular, the GNU Project encourages its contributors to always try to follow the standards—whether or not their programs are implemented in C.
 
Line 80:
 
*[[Gnits Standards]]
 
==References==
{{Reflist}}
 
==External links==