Book description
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
- Preliminaries
- Dedication
- Preface
- Prologue
- The Author
- I: Historical
- II: Basic Styles
- III: Function Composition
- IV: Objects and Object Interaction
- V: Reflection and Metaprogramming
- VI: Adversity
- VII: Data-Centric
- VIII: Concurrency
- IX: Interactivity
Product information
- Title: Exercises in Programming Style
- Author(s):
- Release date: November 2015
- Publisher(s): Chapman and Hall/CRC
- ISBN: 9781498766739
You might also like
book
Righting Software
Right Your Software and Transform Your Career Righting Software presents the proven, structured, and highly engineered …
book
Inside the Machine
Inside the Machine explains how microprocessors operate - what they do, and how they do it. …
book
Deciphering Data Architectures
Data fabric, data lakehouse, and data mesh have recently appeared as viable alternatives to the modern …
book
Object Design Style Guide
Object Design Style Guide presents dozens of professional techniques for writing OO code. In it, veteran …