Click here to Skip to main content
15,881,204 members

Survey Results

What book taught you most about being a good programmer?

Survey period: 8 Jul 2013 to 15 Jul 2013

A totally open ended question this week. Please just enter the full title of the book, and post any explanatory comments in the survey's discussion forum.

View optional text answers (676 answers)


 
GeneralRe: Sinclair ZX Spectrum BASIC Programming Pin
chriselst8-Jul-13 0:29
chriselst8-Jul-13 0:29 
GeneralRe: Sinclair ZX Spectrum BASIC Programming Pin
John M. Drescher8-Jul-13 1:33
John M. Drescher8-Jul-13 1:33 
GeneralRe: Sinclair ZX Spectrum BASIC Programming Pin
Nagy Vilmos8-Jul-13 5:53
professionalNagy Vilmos8-Jul-13 5:53 
GeneralRe: Sinclair ZX Spectrum BASIC Programming Pin
AlexCode8-Jul-13 12:37
professionalAlexCode8-Jul-13 12:37 
GeneralGoogle Rocks!!! Pin
Siddhesh Patankar7-Jul-13 23:03
Siddhesh Patankar7-Jul-13 23:03 
GeneralRe: Google Rocks!!! Pin
Priyanka777712-Jul-13 0:12
Priyanka777712-Jul-13 0:12 
GeneralInternet Pin
thatraja7-Jul-13 22:49
professionalthatraja7-Jul-13 22:49 
GeneralThe AWK Programming Language Pin
jonburne7-Jul-13 21:20
jonburne7-Jul-13 21:20 
by Alfred V. Aho, Brian W. Kernighan, and Peter J. Weinberger.
AWK (I use GAWK) if you haven't met it, is a very old language, very simple and very fast. Perfect for a lazy old programmer like me who works mostly at data filtering and transformations plus database and web work. If the job requires lots of code (text processing, SQL, HTML, Javascript, JQuery) it is much more fun to write templates in AWK to do the heavy lifting for you. Sometimes it seems like going the long way round but the big payoff comes in come the inevitable "Can we just make this little change?" requests. Just alter a few lines of code in the template and out comes a fresh batch of error free code.
Jon Burne

Generalgood book Pin
Dennis E White7-Jul-13 18:25
professionalDennis E White7-Jul-13 18:25 
GeneralWhat makes a good book Pin
Chris Maunder7-Jul-13 18:07
cofounderChris Maunder7-Jul-13 18:07 
GeneralRe: What makes a good book Pin
Andreas Gieriet8-Jul-13 3:48
professionalAndreas Gieriet8-Jul-13 3:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.