Code smell | Glossary

Definition :

In computer programming, a code smell is any characteristic in the source code of a program that possibly indicates a deeper problem. Determining what is and is not a code smell is subjective, and varies by language, developer, and development methodology.

Further Reading :

Book : Applying UML and Patterns by Craig Larman.

 

Booch Method | Glossary

Definition :

The Booch method is a method for object-oriented software development. It is composed of an object modeling language, an iterative object-oriented development process, and a set of recommended practices. The Booch method helps to design systems using the object paradigm. It covers the analysis- and design phases of an object-oriented system. The method defines different models to describe a system and it supports the iterative and incremental development of systems.

Further Reading :

Book : Applying UML and Patterns by Craig Larman.