Jump to content

The Practice of Programming

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Babbling.Brook (talk | contribs) at 18:34, 10 August 2015 (External links: Update URL to one that works. Both the Bell Labs and the Plan 9 links (the second of which was not mentioned here) no longer work.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
The Practice of Programming
AuthorBrian W. Kernighan and Rob Pike
LanguageEnglish
SubjectComputer programming
PublisherAddison–Wesley
Publication date
1999[1]
ISBN0-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.

References

  1. ^ a b "TPOP @ Informit". Retrieved 6 December 2013.
  2. ^ From the Preface