Programming book recommendations. - Programming On Unix
Users browsing this thread: 8 Guest(s)
|
|||
I recently ordered this one and am looking forward to reading it:
Cristina Videira Lopes, Exercises in Programming Style 2nd Edition Quoting from the book description on Amazon: Quote:Using a simple computational task (term frequency) to illustrate different programming styles, Exercises in Programming Style helps readers understand the various ways of writing programs and designing systems. It is designed to be used in conjunction with code provided on an online repository. The book complements and explains the raw code in a way that is accessible to anyone who regularly practices the art of programming. The book can also be used in advanced programming courses in computer science and software engineering programs. I love reading and thinking about different approaches to software architecture, which I think is a better term for the subject of this book than programming style -- which I tend to associate with things like naming variables, indentation, placement of brackets, etc. On the subject of coding style, I'm an old-fashioned devotee of the original K&R book introducing "C" and of Henry Spencer's more explicit Recommended C Style and Coding Standards. I don't know if Spencer's work is still in print; my copy is a pamphlet issued in 1990 by SSC here in Seattle. (Those were the days!) Online copies are probably available somewhere on the web. |
|||