scispace - formally typeset
Open AccessBook

Design Patterns: Elements of Reusable Object-Oriented Software

TLDR
The book is an introduction to the idea of design patterns in software engineering, and a catalog of twenty-three common patterns, which most experienced OOP designers will find out they've known about patterns all along.
Abstract
The book is an introduction to the idea of design patterns in software engineering, and a catalog of twenty-three common patterns. The nice thing is, most experienced OOP designers will find out they've known about patterns all along. It's just that they've never considered them as such, or tried to centralize the idea behind a given pattern so that it will be easily reusable.

read more

Citations
More filters
Patent

VEX-virtual extension framework

TL;DR: Extensions to operating systems or software applications can be hosted in virtual environments to fault isolate the extension as discussed by the authors, where a generic proxy extension invoked by a host process can coordinate the invocation of an appropriate extension in a virtual process that can provide the same support APIs as the host process.
Book

Release It!: Design and Deploy Production-Ready Software

TL;DR: This book shows you how to design and architect your application for the harsh realities it will face and will help you manage the pitfalls that cost companies huge amounts of time and money each year.
Proceedings ArticleDOI

Catch me if you can: performance bug detection in the wild

TL;DR: This paper argues that -- especially in the case of interactive applications -- traditional profilers find irrelevant problems but fail to find relevant bugs, and introduces lag hunting, an approach that identifies perceptible performance bugs by monitoring the behavior of applications deployed in the wild.
Journal ArticleDOI

Documenting after the fact: Recovering architectural design decisions

TL;DR: This paper presents ADDRA, an approach an architect can use for recovering architectural design decisions after the fact that uses architectural deltas to provide the architect with clues about these design decisions.
Proceedings ArticleDOI

Quantifying the Effects of Aspect-Oriented Programming: A Maintenance Study

TL;DR: It is found that the aspect-oriented design has exhibited superior stability and reusability through the changes, as it has resulted in fewer lines of code, improved separation of concerns, weaker coupling, and lower intra-component complexity.
References
More filters
Book

The Art of Computer Programming

TL;DR: The arrangement of this invention provides a strong vibration free hold-down mechanism while avoiding a large pressure drop to the flow of coolant fluid.
Book

Smalltalk-80: The Language and its Implementation

TL;DR: This book is the first detailed account of the Smalltalk-80 system and is divided into four major parts: an overview of the concepts and syntax of the programming language, a specification of the system's functionality, and an example of the design and implementation of a moderate-size application.
Book

Object Oriented Software Engineering: A Use Case Driven Approach

Ivar Jacobson
TL;DR: This chapter discusses object-oriented software engineering as a process of change, management and reuse, and some of the methods used to develop and implement object- oriented software.

Object-oriented modeling and design

TL;DR: The OMT Graphical Notation (OMT) as mentioned in this paper is a graphical notation for object-oriented languages that is based on the OMT graph diagram language (OMT).