Adding a chapter on our emotions
authorCraig Maloney <craig@decafbad.net>
Wed, 18 Jul 2018 11:59:58 +0000 (07:59 -0400)
committerCraig Maloney <craig@decafbad.net>
Wed, 18 Jul 2018 11:59:58 +0000 (07:59 -0400)
Makefile
chapter07.md [new file with mode: 0644]

index 9dcb8f83d68d7a065384dc977b929578806415b9..434ac51704fee38bf312b3af73942aeb65cfc5da 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ BUILD = build
 BOOKNAME = the_mediocre_programmer
 TITLE = title.txt
 METADATA = metadata.xml
-CHAPTERS = intro.md chapter01.md chapter02.md chapter03.md chapter04.md chapter05.md chapter06.md epilogue.md gratitude.md appendixa.md
+CHAPTERS = intro.md chapter01.md chapter02.md chapter03.md chapter04.md chapter05.md chapter06.md chapter07.md epilogue.md gratitude.md appendixa.md
 TOC = --toc --toc-depth=2
 COVER_IMAGE = images/cover.jpg
 LATEX_CLASS = book
diff --git a/chapter07.md b/chapter07.md
new file mode 100644 (file)
index 0000000..31b9a11
--- /dev/null
@@ -0,0 +1,7 @@
+# The struggle within
+
+## The emotions of programming
+
+There's a stereotype of a programmer sitting emotionless in front of the computer entering lines of code as though they were just transcribing them from memory. But if you've been around programmers you know that it's more like the stereotype of the frustrated composer. We bask in the glories of code that works perfectly the first time. We glower at code that misbehaves. We go from cheering ourselves in victory to cursing the machine with clenched fists. We swing from emotion to emotion: exuberance, joy, fear, anger, resentment, sadness, loneliness, guilt, and shame. 
+
+No wonder we're exhausted by the end of the day.