ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Search in Book Reviews

The ACCU passes on review copies of computer books to its members for them to review. The result is a large, high quality collection of book reviews by programmers, for programmers. Currently there are 1949 reviews in the database and more every month.
Search is a simple string search in either book title or book author. The full text search is a search of the text of the review.
    View all alphabetically
Title:
Object Technology for Scientific Computing
Author:
Paul F Dubois
ISBN:
0 13267 808 X
Publisher:
Prentice Hall
Pages:
280pp+CD
Price:
£27-95
Reviewer:
Brian Bramer
Subject:
object oriented
Appeared in:
10-3
The subtitle of this text is'OO numerical software in Eiffel and C'describing techniques for developing software which is correct, efficient, modifiable and reusable.

The book is in three parts. Part one starts with a review of development techniques for numerical software discussing the principles of OO, specifying desirable characteristics of a language for such development and then examining C++ and Eiffel to see how they meet the requirements.

The Eiffel Methodof software development is then described; the elements of which are abstraction, classification (inheritance), clustering (collections of related classes), assertions (to check for correctness), design-by-contract (formal agreements between suppliers and clients), functions without side effects, attributes (default values for method parameters), generic programming, automatic memory management, disciplined exception handling and planning for reuse. One can see thatThe Eiffel Methodis a formalism of techniques already widely used in OO system development and proposed in many software-engineering texts. How to apply 'The Eiffel Method' in Eiffel, FORTRAN and C++ is then discussed (advantages and disadvantages, etc.) Part one concludes with a discussion of performance and optimisation in OO software development.

Reuse is important and part two discusses techniques for combining existing software in FORTRAN, C and C++ with Eiffel. Part three describes

EiffelMathwhich is a library of components built around the numerical algorithms library developed by NAG (written in C).

This book will also be of interest to non-Eiffel programmers; it sets out and discusses good design principles for numerical software, which can be used in any language.