Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
The Practice of Programming
Book by Rob Pike

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.

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". 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)". 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".

We don't have any images related to The Practice of Programming yet.
We don't have any YouTube videos related to The Practice of Programming yet.
We don't have any PDF documents related to The Practice of Programming yet.
We don't have any Books related to The Practice of Programming yet.
We don't have any archived web articles related to The Practice of Programming yet.

References

  1. TPOP @ Informit. Addison-Wesley Professional. Part of the Addison-Wesley Professional Computing Series series. 4 February 1999. ISBN 978-0-201-61586-9. Retrieved 6 December 2013. 978-0-201-61586-9

  2. "From the Preface". Bell Labs: Brian Kernighan's Home Page. Archived from the original on 15 November 1999. Retrieved 2020-02-27. https://web.archive.org/web/19991115083551/http://cm.bell-labs.com/cm/cs/tpop/preface.html

  3. Raymond, Eric S. (2003). The Art of Unix Programming. Addison-Wesley. http://www.catb.org/~esr/writings/taoup/html/pr01s01.html

  4. Henson, Valerie (2008). "Kernel Hacker's Bookshelf: The Practice of Programming". LWN.net. https://lwn.net/Articles/293037/