Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e87df3c

Browse files
author
Matt Swanson
committed
fix typos
1 parent f5ce42b commit e87df3c

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

_posts/2013-05-31-summer-reading-list.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: post
3-
title: "New Developer Summer Reading List"
3+
title: "The Intern & New Hire Summer Reading List"
44
categories:
55
- blog
66
disclaimer: true
@@ -10,10 +10,9 @@ disclaimer: true
1010
[The Pragmatic Programmer: From Journeyman to Master][pp]
1111
Andrew Hunt, David Thomas
1212

13-
The Pragmatic Programmer — sometimes shortened to just PragProg — is widely considered
14-
as one of the most important books for developers. Even though it was written over 10 years ago, it
15-
holds up extremely well over time because it focuses less of specific technologies and more on solid
16-
methodologies and fundamental skills.
13+
The Pragmatic Programmer is widely considered as one of the most important books for developers.
14+
Even though it was written over 10 years ago, it holds up extremely well over time because it
15+
focuses less of specific technologies and more on solid methodologies and fundamental skills.
1716

1817
For a new developer, this book is a whirlwind tour that — in a manageable 250 pages — covers
1918
everything from getting the most out of your development tools to software design principles to career
@@ -25,7 +24,7 @@ Sections to pay close attention to:
2524
* __Decoupling and the Law of Demeter__: smaller modules with minimal dependencies are good
2625
* __Programming by Coincidence__: learn to program deliberately
2726

28-
Alternative: [Clean Code][cc] (more focus on the mechanics of writing good code)
27+
Alternative: [Clean Code][cc] (more focused on the mechanics of writing good code)
2928

3029
[pp]: http://www.amazon.com/exec/obidos/ASIN/020161622X/ref=nosim&tag=bookreview0a1-20
3130
[cc]: http://www.amazon.com/exec/obidos/ASIN/0132350882/ref=nosim&tag=bookreview0a1-20
@@ -37,9 +36,9 @@ Alternative: [Clean Code][cc] (more focus on the mechanics of writing good code)
3736
Dave Hoover, Adewale Oshineye
3837

3938
Following the Pattern Language format, this book focuses on the journey from beginner developer
40-
to journeyman to master and introduces the concept of Software Craftsmanship. Some many of the
41-
"Context" sections were spot on with how I felt during my first six months as a professional that
42-
I was a little worried the authors were stalking me.
39+
to journeyman to master and introduces the concept of Software Craftsmanship. I was a little worried
40+
that the authors were stalking me because so many of the "Context" sections captured exactly with how
41+
I felt during my first six months as a professional developer.
4342

4443
This book is less popular than others, but it has been the most impactful book I've found for starting
4544
a career in software. There is so much fantastic advice in this book that it deserves to be more
@@ -67,7 +66,7 @@ of general purpose advice for designing software that is a joy to work with and
6766
has a very friendly writing style and this book explains concepts with an ease that is lacking in other
6867
books on the subject of design (I'm looking at you Gang of Four...).
6968

70-
This book is a great introduction to some fairly advanced concepts — dependency injection,
69+
This book is a great introduction to some more advanced design concepts — dependency injection,
7170
Tell Don't Ask, role behavior, object composition — that doesn't feel overwhelming. A new developer
7271
won't pick up and master every concept the first time, but it is good to get exposure as early as possible.
7372

0 commit comments

Comments
 (0)