The Practice of Programming

Paperback, 288 pages

English language

Published Feb. 4, 1999 by Addison-Wesley Professional.

ISBN:
978-0-201-61586-9
Copied ISBN!

View on OpenLibrary

(1 review)

A compendium of practical matters of importance to working programmers.

1 edition

One of the most approachable texts about thinking about programming

Brian Kernighan is one of the best technical writers around, and that statement is supportable in many ways; Wikipedia claims that The C Programming Language has been used as a model for technical writing, and certainly I have seen it favorably referenced in many contexts for its writing style.  Rob Pike belongs to a generation younger than Kernighan and Ritchie, but his writing rapport with Kernighan is obviously excellent; both The Practice of Programming and The Unix Programming Environment are truly excellent books, and they benefit from both Kernighan’s tight technical prose and Pike’s sense of cleanliness in solutions.  (Which is not to say that Brian Kernighan does not also have some clean technical solutions!)

That is to say, The Practice of Programming is an enjoyable book to read for its style as well as its content.  The content of the book consists of a collection of broad practices of …