Book Series

Applying UML & Patterns | Book Series

Overview:

In this book the author, Craig Larman’s accurate and thoughtful writing gives a better overview of all Object Oriented (OO) concepts than in previous editions.  It is a perfect guide for any business enthusiast and college graduate to quickly grasp the concepts, “thinking in objects”, “object-oriented analysis and design”, and using those insights to apply in the real-time environment. The book has also received positive acclamations from several other well-known authors like Alistair Cockburn, Martin Fowler, John Vlissides and many more.

The major improvements in the books are:

  • New coverage of UML 2, Agile modeling, Test-driven development, and refactoring
  • Special teaching courses for college instructors
  • Tips on combining iterative methods and evolutionary development methods with OOAD

Author:

Craig Larman

Published In:

2004

Build Breaker | Glossary

 

Definition

An inadvertent mistake by a software developer that sometimes stops the build process, or causes unacceptable warnings , and/ or failures in the automated test environments,  is known as a ‘Build Breaker’. The onus on the developer then, is to get the build to normal as soon as possible.

Further Reading

  • For more on Application Lifestyle Management, read here and  here.