Andrew Hunt 1999
Joey Scarr (Talk | contribs) |
|||
Line 1: | Line 1: | ||
− | '' | + | ---- |
+ | <div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;"> | ||
+ | ---- | ||
+ | =[http://olitudyxej.co.cc UNDER COSTRUCTION, PLEASE SEE THIS POST IN RESERVE COPY]= | ||
+ | ---- | ||
+ | =[http://olitudyxej.co.cc CLICK HERE]= | ||
+ | ---- | ||
+ | </div> | ||
+ | ''"If I'm putting together a project, it's the authors of this book that I want. . . . And failing that I'd settle for people who've read their book."'' -- [[Ward Cunningham]] | ||
==Details== | ==Details== | ||
Line 7: | Line 15: | ||
'''Title:''' The Pragmatic Programmer: From Journeyman to Master | '''Title:''' The Pragmatic Programmer: From Journeyman to Master | ||
− | '''Authors:''' Andrew Hunt & David Thomas | + | '''Authors:''' Andrew Hunt & David Thomas |
'''Year:''' 1999 | '''Year:''' 1999 |
Revision as of 10:55, 24 November 2010
"If I'm putting together a project, it's the authors of this book that I want. . . . And failing that I'd settle for people who've read their book." -- Ward Cunningham
Details
Title: The Pragmatic Programmer: From Journeyman to Master
Authors: Andrew Hunt & David Thomas
Year: 1999
Publisher: Addison-Wesley Professional
Link: Amazon
Provided Synopsis: Straight from the programming trenches, The Pragmatic Programmer cuts through the increasing specialization and technicalities of modern software development to examine the core process--taking a requirement and producing working, maintainable code that delights its users. It covers topics ranging from personal responsibility and career development to architectural techniques for keeping your code flexible and easy to adapt and reuse...
Summary
The Pragmatic Programmer is a densely packed book containing 70 tips and maxims for software developers. They focus on concepts such as system orthogonality, code deduplication, and efficient practices such as picking a single IDE and using it well, and the use of text manipulation languages such as Perl/Python/Ruby to automate repetitive tasks during development.