The Practice of Programming
Author | Brian W. Kernighan and Rob Pike |
---|---|
Language | English |
Subject | Computer programming |
Publisher | Addison–Wesley |
Publication date | 1999[1] |
ISBN | ISBN:0-201-61586-X |
The Practice of Programming (ISBN:0-201-61586-X) by Brian W. Kernighan and Rob Pike is a 1999 book about computer programming and software engineering, published by Addison-Wesley.[1]
According to the preface, the book is about "topics like testing, debugging, portability, performance, design alternatives, and style", which, according to the authors, "are not usually the focus of computer science or programming courses".[2] It treats these topics in case studies, featuring implementations in several programming languages (mostly C, but also C++, AWK, Perl, Tcl and Java).
The Practice of Programming has been translated into twelve languages. Eric S. Raymond, in The Art of Unix Programming, calls it "recommended reading for all C programmers (indeed for all programmers in any language)".[3] A 2008 review on LWN.net found that TPOP "has aged well due to its focus on general principles" and that "beginners will benefit most but experienced developers will appreciate [...] the later chapters".[4]
References
- ↑ 1.0 1.1 "TPOP @ Informit". http://www.informit.com/store/practice-of-programming-9780201615869.
- ↑ "From the Preface". http://cm.bell-labs.com/cm/cs/tpop/preface.html.
- ↑ Raymond, Eric S. (2003). The Art of Unix Programming. Addison-Wesley. http://www.catb.org/~esr/writings/taoup/html/pr01s01.html.
- ↑ Henson, Valerie (2008). "Kernel Hacker's Bookshelf: The Practice of Programming". https://lwn.net/Articles/293037/.
External links
Original source: https://en.wikipedia.org/wiki/The Practice of Programming.
Read more |