What are Process Patterns?

What are Process Patterns?

- It is a design pattern which consists of a source of command objects and a series of processing objects.
-Methods, best practices, techniques for developing an Object-Oriented software comprise a process pattern.
- Each processing object contains the logic that defines the types of command objects.
- It decouples sequential operations.
- It unifies the API for the processes.
- It provides a flexible dispatch mechanism.
What are Collaboration Patterns?
What are Collaboration Patterns? - Repeatable techniques which are utilized by people of different teams for helping them work together...
What are Anti-Patterns?
What are Anti-Patterns? - A design pattern which obviously appears, but is an ineffective or far from optimal in practice...
How do I document a design pattern
How do I document a design pattern? - The following are the major points for describing a pattern...
Post your comment