Word Explorer

Design pattern

💡 Words with a Similar Meaning to "Design pattern"

Found via reverse dictionary — words that share a conceptual meaning.

WordDefinition
architectural patternnoun(software engineering) A standard design used in software architecture with a broader scope than design patterns.
pattern languagenoun(architecture, design, software) A structured method of describing good design practices within a field of expertise.
patternnounModel, example.
structural patternnoun(computing, design) A design pattern that makes it easier to create relationships between entities.
creational patternnoun(computing, design) A design pattern that standardizes the mechanisms of object creation.
composite patternnoun(programming) A structural (and partitioning) design pattern where a group of objects are to be treated in the same way as a single instance of an object.
behavioural patternnoun(software, object-oriented programming) A design pattern which specifies how the entities of a software communicate with each other.
compound patternnoun(software, object-oriented programming) A design pattern that combines at least two patterns into a solution that solves a recurring or general problem.
bridge patternnoun(software, design) A structural design pattern that decouples an abstraction from its implementation so that the two can vary independently.
design by contractnoun(programming) A software design approach that prescribes formal, precise and verifiable interface specifications (contracts) with preconditions, postconditions, and invariants.
policy patternnoun(software, design) Synonym of strategy pattern.
command patternnoun(computing) A behavioural design pattern, in which an object is used to represent and encapsulate all the information needed to call a method at a later time.
facade patternnoun(software, object-oriented programming) A structural design pattern that provides an object that is a simplified interface to a larger body of code, such as a class library.
visitor patternnoun(software, design) A behavioural design pattern that separates an algorithm from an object structure on which it operates.
designnounA plan (with more or less detail) for the structure and functions of an artifact, building or system.
strategy patternnoun(software, design) A creational design pattern where algorithms can be selected at runtime.
adapter patternnoun(software, object-oriented programming) A structural design pattern that translates one interface for a class into a compatible interface.
builder patternnoun(software, object-oriented programming) A creational design pattern that intends to abstract steps of construction of objects so that different implementations of these steps can construct different representations of objects.
behavioral patternnoun(software, object-oriented programming) Alternative spelling of behavioural pattern. [(software, object-oriented programming) A design pattern which specifies how the entities of a software communicate with each other.]
templatenounA generic model or pattern from which other objects are based or derived.

Translate “Design pattern” into Another Language

Pick a language — the word will be pre-filled in the translator.

Home/Dictionary/Design pattern