[gnome-university] [c101] Add paragraph about software being a practice.



commit 69c616d121c9ddb571c342897ca4711f1866cce9
Author: Christian Hergert <christian hergert me>
Date:   Sun Nov 4 17:49:30 2012 -0800

    [c101] Add paragraph about software being a practice.

 c101/tex/chapter2.tex |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/c101/tex/chapter2.tex b/c101/tex/chapter2.tex
index 0cd2153..760b3c5 100644
--- a/c101/tex/chapter2.tex
+++ b/c101/tex/chapter2.tex
@@ -58,6 +58,11 @@ In Chapter 1, we learned the basics of what it is to write software in C,
 compile and execute our program. In Chapter 2 we will learn basic arithmetic,
 more about types, and how to input data from the command line.
 
+While planning this chapter it occurred to me that I should empart an important
+piece of knowledge. You, me, and everyone else will never be perfect at writing
+software or C. There is no such thing and it is an impossible dream. Software is
+a practice and we spend our entire lives improving our practice.
+
 \section{Comments}
 
 Commenting code is very important. It allows you to leave clues to the next



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]