A Small Matter of Programming

A Small Matter of Programming
Title A Small Matter of Programming PDF eBook
Author Bonnie A. Nardi
Publisher MIT Press
Pages 196
Release 1993-07-15
Genre Computers
ISBN 026229236X

Download A Small Matter of Programming Book in PDF, Epub and Kindle

A Small Matter of Programming asks why it has been so difficult for end users to command programming power and explores the problems of end user-driven application development that must be solved to afford end users greater computational power. Drawing on empirical research on existing end user systems, A Small Matter of Programming analyzes cognitive, social, and technical issues of end user programming. In particular, it examines the importance of task-specific programming languages, visual application frameworks, and collaborative work practices for end user computing, with the goal of helping designers and programmers understand and better satisfy the needs of end users who want the capability to create, customize, and extend their applications software. The ideas in the book are based on the author's research on two successful end user programming systems - spreadsheets and CAD systems - as well as other empirical research. Nardi concentrates on broad issues in end user programming, especially end users' strengths and problems, introducing tools and techniques as they are related to higher-level user issues. Bonnie A. Nardi is a Member of the Technical Staff at Hewlett Packard Laboratories.

A Small Matter of Programming

A Small Matter of Programming
Title A Small Matter of Programming PDF eBook
Author Bonnie A. Nardi
Publisher MIT Press
Pages 196
Release 1993
Genre Computers
ISBN 9780262140539

Download A Small Matter of Programming Book in PDF, Epub and Kindle

Analyzes cognitive, social and technical issues of end user programming. Drawing on empirical research on existing end user systems, this text examines the importance of task-specific programming languages, visual application frameworks and collaborative work practices for end user computing.

Programming Pearls

Programming Pearls
Title Programming Pearls PDF eBook
Author Jon Bentley
Publisher Addison-Wesley Professional
Pages 262
Release 2016-04-21
Genre Computers
ISBN 0134498038

Download Programming Pearls Book in PDF, Epub and Kindle

When programmers list their favorite books, Jon Bentley’s collection of programming pearls is commonly included among the classics. Just as natural pearls grow from grains of sand that irritate oysters, programming pearls have grown from real problems that have irritated real programmers. With origins beyond solid engineering, in the realm of insight and creativity, Bentley’s pearls offer unique and clever solutions to those nagging problems. Illustrated by programs designed as much for fun as for instruction, the book is filled with lucid and witty descriptions of practical programming techniques and fundamental design principles. It is not at all surprising that Programming Pearls has been so highly valued by programmers at every level of experience. In this revision, the first in 14 years, Bentley has substantially updated his essays to reflect current programming methods and environments. In addition, there are three new essays on testing, debugging, and timing set representations string problems All the original programs have been rewritten, and an equal amount of new code has been generated. Implementations of all the programs, in C or C++, are now available on the Web. What remains the same in this new edition is Bentley’s focus on the hard core of programming problems and his delivery of workable solutions to those problems. Whether you are new to Bentley’s classic or are revisiting his work for some fresh insight, the book is sure to make your own list of favorites.

Fixing Broken Windows

Fixing Broken Windows
Title Fixing Broken Windows PDF eBook
Author George L. Kelling
Publisher Simon and Schuster
Pages 340
Release 1997
Genre Political Science
ISBN 0684837382

Download Fixing Broken Windows Book in PDF, Epub and Kindle

Cites successful examples of community-based policing.

The Elements of Programming Style

The Elements of Programming Style
Title The Elements of Programming Style PDF eBook
Author Brian W. Kernighan
Publisher McGraw-Hill Companies
Pages 172
Release 1974
Genre Computers
ISBN

Download The Elements of Programming Style Book in PDF, Epub and Kindle

Covers Expression, Structure, Common Blunders, Documentation, & Structured Programming Techniques

Elements of Programming

Elements of Programming
Title Elements of Programming PDF eBook
Author Alexander Stepanov
Publisher Lulu.com
Pages 282
Release 2019-06-27
Genre Computers
ISBN 0578222140

Download Elements of Programming Book in PDF, Epub and Kindle

Elements of Programming provides a different understanding of programming than is presented elsewhere. Its major premise is that practical programming, like other areas of science and engineering, must be based on a solid mathematical foundation. The book shows that algorithms implemented in a real programming language, such as C++, can operate in the most general mathematical setting. For example, the fast exponentiation algorithm is defined to work with any associative operation. Using abstract algorithms leads to efficient, reliable, secure, and economical software.

97 Things Every Programmer Should Know

97 Things Every Programmer Should Know
Title 97 Things Every Programmer Should Know PDF eBook
Author Kevlin Henney
Publisher O'Reilly Media
Pages 257
Release 2010-02-05
Genre Computers
ISBN 1449388965

Download 97 Things Every Programmer Should Know Book in PDF, Epub and Kindle

Tap into the wisdom of experts to learn what every programmer should know, no matter what language you use. With the 97 short and extremely useful tips for programmers in this book, you'll expand your skills by adopting new approaches to old problems, learning appropriate best practices, and honing your craft through sound advice. With contributions from some of the most experienced and respected practitioners in the industry--including Michael Feathers, Pete Goodliffe, Diomidis Spinellis, Cay Horstmann, Verity Stob, and many more--this book contains practical knowledge and principles that you can apply to all kinds of projects. A few of the 97 things you should know: "Code in the Language of the Domain" by Dan North "Write Tests for People" by Gerard Meszaros "Convenience Is Not an -ility" by Gregor Hohpe "Know Your IDE" by Heinz Kabutz "A Message to the Future" by Linda Rising "The Boy Scout Rule" by Robert C. Martin (Uncle Bob) "Beware the Share" by Udi Dahan