GNU coding standards: Difference between revisions

Content deleted Content added
m Pipe cat
reformulated introduction.
Line 1:
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 standards document is part of the [[GNU Project]] and is available from the GNU website [http://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, contributors to the GNU Project shouldencourages its contributors to always try to follow the standards — whether or not their programs are implemented in C —, and it can be a good idea for most authors of free Unix programs to follow the standards — whether or not their programs are officially part of the GNU Project. The C code formatting style is well-known within the free software community, but of course anyone can choose to follow it.
 
== Code formatting ==