[wiki] [sites] wiki updated

From: <hg_AT_suckless.org>
Date: Wed, 26 Aug 2009 07:33:38 +0000 (UTC)

changeset: 189:68f7941aa452
user: Andrew Antle <andrew.antle_AT_gmail.com>
date: Wed Aug 26 03:26:35 2009 -0400
files: suckless.org/common/style_guide.md
description:
Changed 'a guidelines gets handy' to 'guidelines become handy in order'.
Changed 'Due the fact, that most' to 'Due to the fact that most of the'.


diff -r 1b9eaf945656 -r 68f7941aa452 suckless.org/common/style_guide.md
--- a/suckless.org/common/style_guide.md Wed Aug 26 00:23:12 2009 -0400
+++ b/suckless.org/common/style_guide.md Wed Aug 26 03:26:35 2009 -0400
_AT_@ -3,13 +3,13 @@
 When it comes to code style questions, it is very likely that individual
 programmers will disagree. It is absolutely fine to use an individual style for
 individual projects, especially if only one developer is involved. However, if
-there are two or more programmers involved in a project, a guidelines gets
-handy to meet the first basic rule we follow:
+there are two or more programmers involved in a project, guidelines become
+handy in order to meet the first basic rule we follow:
 
 * Code developed by different individuals should follow a common style among those to found a consistent base.
 
 Thus consistency in the code style being used is more important than any
-particular detail of the style itself. Due the fact, that most software of
+particular detail of the style itself. Due to the fact that most of the software of
 suckless.org has been developed by more than one individual, some sort of
 common style found in the code appeared during the past years. This common
 style is described in detail, further on.
_AT_@ -40,7 +40,7 @@
 software written in C, because of its tendency to complexity and its hidden
 pitfalls like expensive function calls in loops or too many inlines.
 
-All these problems do not happen with C, because C is too simple for being
+All these problems do not happen with C, because C is too simple to be
 misused in our opinion.
 
 So the second rule of this style guide concludes:

changeset: 190:caedd888ad6d
tag: tip
user: Andrew Antle <andrew.antle_AT_gmail.com>
date: Wed Aug 26 03:30:13 2009 -0400
files: suckless.org/common/style_guide.md
description:
Changed 'We use C as primary' to 'We use C as our primary'.


diff -r 68f7941aa452 -r caedd888ad6d suckless.org/common/style_guide.md
--- a/suckless.org/common/style_guide.md Wed Aug 26 03:26:35 2009 -0400
+++ b/suckless.org/common/style_guide.md Wed Aug 26 03:30:13 2009 -0400
_AT_@ -45,5 +45,5 @@
 
 So the second rule of this style guide concludes:
 
-* We use C as primary programming language because it enforces clear and simple software.
+* We use C as our primary programming language because it enforces clear and simple software.
 
Received on Wed Aug 26 2009 - 09:33:38 CEST

This archive was generated by hypermail 2.3.0 : Thu Sep 13 2012 - 19:30:45 CEST