Jump to content

The Practice of Programming

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by John (talk | contribs) at 20:25, 5 March 2014 (clean up, deflag, overlink, replaced: English → English using AWB). 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 and Tcl).

The Practice of Programming has been translated into twelve languages.

References

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