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

Improving the Design of Existing Code

TL;DR: class Price { abstract int getPriceCode(); // 取得價格代號 childrensPrice, regularPrice, newReleasePrice; };
Proceedings ArticleDOI

SableCC, an object-oriented compiler framework

TL;DR: SableCC, an object-oriented framework that generates compilers (and interpreters) in the Java programming language is introduced and it is concluded that the use of object- oriented techniques significantly reduces the length of the programmer written code, can shorten the development time and makes the code easier to read and maintain.
Book ChapterDOI

Tool support for object-oriented patterns

TL;DR: A software (design) pattern describes a general solution for a recurring design problem in terms of an abstract design structure expressed in design elements such as classes, methods and relationships.
Proceedings ArticleDOI

AutoSense: unobtrusively wearable sensor suite for inferring the onset, causality, and consequences of stress in the field

TL;DR: A wireless sensor suite called AutoSense that collects and processes cardiovascular, respiratory, and thermoregularity measurements that can inform about the general stress state of test subjects in their natural environment and overcomes several challenges in the design of wearable sensor systems for use in the field.
Book ChapterDOI

WebDSL: A Case Study in Domain-Specific Language Engineering

TL;DR: A project in which the author designed and built WebDSL, a DSL for web applications with a rich data model, using several DSLs for DSL engineering: SDF for syntax definition and Stratego/XT for code generation.
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).