"Exercises in Programming Style consists of over 30 renditions of the same simple program written in various programming styles. The book illustrates the richness of human computational thought, and the teachings that have been accumulated during more than fifty years of computer programming. These
Exercises in Programming Style
โ Scribed by Cristina Videira Lopes
- Publisher
- CRC Press
- Year
- 2016
- Tongue
- English
- Leaves
- 290
- Series
- Chapman & Hall Book
- Edition
- 1st edition.
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
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. The book contains 33 different styles for writing the term frequency task. The styles are grouped into nine categories: historical, basic, function composition, objects and object interactions, reflection and metaprogramming, adversity, data-centric, concurrency, and interactivity. The author verbalizes the constraints in each style and explains the example programs. Each chapter first presents the constraints of the style, next shows an example program, and then gives a detailed explanation of the code. Most chapters also have sections focusing on the use of the style in systems design as well as sections describing the historical context in which the programming style emerged.
โฆ Table of Contents
Front Cover
Dedication
Contents
Preface
The Author
Part I Historical
Chapter 1 Good Old Times
Chapter 2 Go Forth
Part II Basic Styles
Chapter 3 Monolithic
Chapter 4 Cookbook
Chapter 5 Pipeline
Chapter 6 Code Golf
Part III Function Composition
Chapter 7 Infinite Mirror
Chapter 8 Kick Forward
Chapter 9 The One
Part IV Objects and Object Interaction
Chapter 10 Things
Chapter 11 Letterbox
Chapter 12 Closed Maps
Chapter 13 Abstract Things
Chapter 14 Hollywood
Chapter 15 Bulletin Board
Part V Reflection and Metaprogramming
Chapter 16 Introspective
Chapter 17 Reflective
Chapter 18 Aspects
Chapter 19 Plugins
Part VI Adversity
Chapter 20 Constructivist
Chapter 21 Tantrum
Chapter 22 Passive Aggressive
Chapter 23 Declared Intentions
Chapter 24 Quarantine
Part VII Data-Centric
Chapter 25 Persistent Tables
Chapter 26 Spreadsheet
Chapter 27 Lazy Rivers
Part VIII Concurrency
Chapter 28 Actors
Chapter 29 Dataspaces
Chapter 30 Map Reduce
Chapter 31 Double Map Reduce
Part IX Interactivity
Chapter 32 Trinity
Chapter 33 Restful
Back Cover
๐ SIMILAR VOLUMES
The first edition of Exercises in Programming Style was honored as an ACM Notable Book and praised as "The best programming book of the decade." This new edition retains the same presentation but has been upgraded to Python 3, and there is a new section on neural network styles. Using a simple co
The first edition of Exercises in Programming Style was honored as an ACM Notable Book and praised as "The best programming book of the decade." This new edition retains the same presentation but has been upgraded to Python 3, and there is a new section on neural network styles. Using a simple co
"Exercises in Programming Style consists of over 30 renditions of the same simple program written in various programming styles. The book illustrates the richness of human computational thought, and the teachings that have been accumulated during more than fifty years of computer programming. These