behavioral pattern
type of software design pattern
command pattern
behavioral design pattern
mediator pattern
behavioral design pattern defining an object that encapsulates how a set of objects interact
visitor pattern
design pattern
circuit breaker pattern
behavioral design pattern in software development
strategy pattern
design pattern enabling selection of algorithms at runtime
interpreter pattern
approach in computer programming
null object pattern
object with no referenced value or with defined neutral ("null") behavior
iterator pattern
object-oriented design pattern using an iterator to traverse a container and access the container's elements
servant pattern
software design pattern; object used to offer some functionality to a group of classes without defining that functionality in each of them
unit of work
aggregation of multiple operations into a single transaction
blackboard pattern
behavioral design pattern in software engineering
chain-of-responsibility pattern
programming pattern
observer pattern
design pattern