This article describes a creational design pattern, which is a category of design pattern used by software engineers, when writing computer programs.
A creational pattern is a category of design pattern, used in software engineering, to identify methods that a computer program uses to create objects. These patterns help to encapsulate the creation process.
These patterns help us to group aspects of object creation together for cleaner more managable code. This allows others to understand quicker and tests to be written around the process of instantiating objects used in an application.
↑ Return to Top
XAML guy edited Revision 7. Comment: counter
XAML guy edited Revision 6. Comment: fixed links
XAML guy edited Revision 5. Comment: tweak headings
XAML guy edited Revision 4. Comment: see also
XAML guy edited Revision 3. Comment: tweak
XAML guy edited Revision 2. Comment: added list
XAML guy edited Revision 1. Comment: fiddling
XAML guy edited Original. Comment: singular title