Home :: Books :: Computers & Internet  

Arts & Photography
Audio CDs
Audiocassettes
Biographies & Memoirs
Business & Investing
Children's Books
Christianity
Comics & Graphic Novels
Computers & Internet

Cooking, Food & Wine
Entertainment
Gay & Lesbian
Health, Mind & Body
History
Home & Garden
Horror
Literature & Fiction
Mystery & Thrillers
Nonfiction
Outdoors & Nature
Parenting & Families
Professional & Technical
Reference
Religion & Spirituality
Romance
Science
Science Fiction & Fantasy
Sports
Teens
Travel
Women's Fiction
Practical Software Requirements: A Manual of Content and Style

Practical Software Requirements: A Manual of Content and Style

List Price: $47.95
Your Price: $31.65
Product Info Reviews

<< 1 2 >>

Rating: 2 stars
Summary: Up to chapter 3 and finding it useless
Review: I have just finished Chapter 3 of this book and am near livid. The author has a confusing and abstract way of writing that is infuriating for those of us living in the practical world. The discussion regarding the intangibles of requirements and interfaces is a quagmire of confusing definitions. So far I have pulled nothing of use from these chapters and am more confused than when I started reading.

I am hopeful this all gets sorted out in later chapters because right now, this book is proving to be fairly useless at teaching this software engineer how to properly gather and formulate a requirements document.

If you are into theoretical rhetoric, it's a good choice.

Rating: 5 stars
Summary: Book for everybody who is involved in sw development
Review: I would recommend this book for everybody, who is involved in sw product creation. It is so CLEARLY and engagingly written, that any reader (student, business manager, programmer...) can take advantage of information. There is no 'water' in this book. You will read and almost on every page you can make a discovery: 'A-a-a... That's how we document it!' It will make clear for many people the grey area between the conception of software idea and actual sw design. Unfortunately, in (almost) all design books the technique of documenting 'what is to be done' is glossed over.

Rating: 5 stars
Summary: If you have to write a requirements document, read this!
Review: Kovitz's book is one of the best works I've ever seen on writing software requirements.

Most books focus on a method of analysis (usually one that translates neatly into a software development methodology) but can be totally incomprehensible to the poor end-user who is supposed to understand and approve the project. I've seen a number of attempts to remedy this: the most promising was to create the user manual as the first step in the requirements process. Tempting, but there are dozens of decisions in most business applications that need to be exposed up front but don't belong in user documentation--error messages, to give just one example.

Kovitz takes a different approach: he focuses on what needs to actually be in the text of a requirements document to make it effectively understood by both developers and end users. This is, as the subtitle makes clear, a manual of content and style. The focus of the book is how to present the results of your analysis rather than on how to conduct the analysis itself. As a result, this book contains useful advice whether you use SA/SD or the latest object-oriented methodology.

The first third of the book is devoted to determining the scope of the problem to be solved. Kovitz's approach is heavily influenced by Michael Jackson's Software Requirements and Specifications--another book I loved but sometimes found difficult to make practical use of. Jackson devotes a fair amount of his book to the topic of framing problems and how to fit your method to the problem, rather than distorting the problem to fit the method. Kovitz takes this a step further by describing in detail five common types of problems solved by software systems, outlines the different information required to solve each kind of problem, and shows how multiple kinds of problems can be solved in the same information system.

The next section details means of describing the information contained in a system, event sequences, and causation and control patterns.

The book finishes up with a section on wirting style and sample requirements and specification documents so you can actually see his advice in use. The documents come from a real program and not some toy problem--and they're a lot clearer than anything I've read at work.

It takes a lot of effort to write clearly, and where requirements and specifications are concerned, it's perhaps vital to the success of the project. Understanding and applying the advice of this book can probably do more for you than attempting to apply the latest lifecycle methodology.

Of course, I always have been a sucker for good books on writing, and I guess that this gushing shows it, but still...

Rating: 5 stars
Summary: A Terrific Book
Review: This is a great book for anyone whose job includes:
* Business Analysis (for software)
* Application Programming
* Technical Writing

The book is about techniques for describing a problem to be solved by a piece of software without describing the design of software components. In other words, providing the information that the software designer needs at the correct level of detail, without trying to specify a software design.

Designing software involves joining informal, real-world problems to the formal world of computers. In the real world problems are messy, vague, and unbounded. Unfortunately, computers only solve problems that are well-defined, unambiguous and well-bounded. Requirements writing is the art of reducing a messy-real world problem to a neat, well-defined, unambiguous description which can be used to drive development of a computerized solution.

This is one of the first books to effectively bridge that gap. I say "effectively", because it is certainly not the first try--every software methodology has techniques for capturing requirements. However, the methodologies hopelessly intertwine requirements gathering with system interface specification and even system design. This inevitably results in requirements being given short-shrift.

Many of the techniques this book teaches are equally applicable to creating documentation for existing software. Every technical writer should learn to create models of the problem their software solves and then explain software functions using only the terms defined within the model.

I highly recommend this book. However, I do know some people who did not like it. If you find it disappointing, I suggest that you try practicing with one or two techniques, then give it another read. The ideas are often more subtle than they appear at first glance. Expect that you may need months to really absorb its advice.

Rating: 5 stars
Summary: A Terrific Book
Review: This is a great book for anyone whose job includes:
* Business Analysis (for software)
* Application Programming
* Technical Writing

The book is about techniques for describing a problem to be solved by a piece of software without describing the design of software components. In other words, providing the information that the software designer needs at the correct level of detail, without trying to specify a software design.

Designing software involves joining informal, real-world problems to the formal world of computers. In the real world problems are messy, vague, and unbounded. Unfortunately, computers only solve problems that are well-defined, unambiguous and well-bounded. Requirements writing is the art of reducing a messy-real world problem to a neat, well-defined, unambiguous description which can be used to drive development of a computerized solution.

This is one of the first books to effectively bridge that gap. I say "effectively", because it is certainly not the first try--every software methodology has techniques for capturing requirements. However, the methodologies hopelessly intertwine requirements gathering with system interface specification and even system design. This inevitably results in requirements being given short-shrift.

Many of the techniques this book teaches are equally applicable to creating documentation for existing software. Every technical writer should learn to create models of the problem their software solves and then explain software functions using only the terms defined within the model.

I highly recommend this book. However, I do know some people who did not like it. If you find it disappointing, I suggest that you try practicing with one or two techniques, then give it another read. The ideas are often more subtle than they appear at first glance. Expect that you may need months to really absorb its advice.

Rating: 5 stars
Summary: It all starts with requirements...
Review: This is a well written book that will help you write better documents. In addition to defining: what are Requirements; who should read them; and how to write them, this book gives some suggestions on what should happen next (i.e., the _Miracle_Occurs_Here_ box that is inserted after Requirements and before Coding). I would recommend this book to anyone involved in the software development process. Especially those struggling to get to CMM level 2.

Rating: 4 stars
Summary: Making requirements look exiting!
Review: Very inspiring book on what software requirements are about. What always seemed to be dull, became very much alive. Practical guidelines, stuff to think about in the 'problem frames'. Nice example of requirements and specification doc. Missing: elicitation - how to get information from the customer about his/her requirements.

Rating: 5 stars
Summary: The definitive requirements book. Learn it. Live it.
Review: Wow! The more years I spend in software, the more I am convinced that requirements documents are consistently weak. Reading this book will help. Good advice. Strong theoretical justification. Great, real-world examples. Don't do software without it.

Rating: 4 stars
Summary: Requirements and Specifications that People Read!
Review: Writing requirements as a product manager has always been a black art to me. It's not impossible but it normally involves a lot of fudging and reading it always make me feel that there's something missing. I often end up putting specifications inside the requirements document. How do I make it complete without ending up writing the specifications itself?

Kovitz's <em>Practical Software Requirements</em> provides a clear and concise guide to writing requirements by looking at the problem of developing software. By examining how we frame a problem and its domains, the book explains how the reader can extract elements of the requirements and specifications documents and present them in a concise manner.

Throughout the book, he proposes how its content can be written and provides clear examples. His approach is direct and concise, and he teaches the reader how to write without any hint of legalese that permeate traditional corporate requirements documents. His examples are practical and he addresses common mistakes that writers make.

I've thoroughly enjoyed reading this book, and it has been an invaluable tool in helping me write better requirements and specifications at work.


<< 1 2 >>

© 2004, ReviewFocus or its affiliates