DMITRII PECHERITSA / Profil
- Informations
5+ années
expérience
|
0
produits
|
0
versions de démo
|
0
offres d’emploi
|
0
signaux
|
0
les abonnés
|
trader, programmer
DMITRII PECHERITSA
Code publié Proxy - structural design pattern
Provide a surrogate or placeholder for another object to control access to it
Partager sur les réseaux sociaux · 2
145
DMITRII PECHERITSA
Code publié Flyweight - structural design pattern
Use sharing to support large numbers of fine-grained objects efficiently
Partager sur les réseaux sociaux · 2
127
DMITRII PECHERITSA
Code publié Facade - structural design pattern
Provide a unified interface to a set of interfaces in a subsystem; facade defines a higher-level interface that makes the subsystem easier to use
Partager sur les réseaux sociaux · 2
114
DMITRII PECHERITSA
Code publié Decorator - structural design pattern
Attach additional responsibilities to an object dynamically; and provide a flexible alternative to subclassing for extending functionality
Partager sur les réseaux sociaux · 2
190
DMITRII PECHERITSA
Code publié Composite - structural design pattern
Create an object tree which represents part-whole hierarchies, so that the client would treat objects and compositions of objects uniformly.
Partager sur les réseaux sociaux · 1
186
DMITRII PECHERITSA
Code publié Bridge - structural design pattern
Decouple an abstraction from its implementation so that the two can vary independently
Partager sur les réseaux sociaux · 1
156
DMITRII PECHERITSA
Code publié Adapter - structural design pattern
Convert the interface of a class into another expected interface; classes with incompatible interfaces can work together
Partager sur les réseaux sociaux · 1
150
DMITRII PECHERITSA
Code publié All creational design patterns
A collection of classic creational GoF design patterns
Partager sur les réseaux sociaux · 1
248
DMITRII PECHERITSA
Code publié Singleton - creational design pattern
Ensure one instance of a class with a global point of access
Partager sur les réseaux sociaux · 1
159
DMITRII PECHERITSA
Code publié Design patterns - Prototype (creational)
Create objects by copying a prototype
Partager sur les réseaux sociaux · 1
157
DMITRII PECHERITSA
Code publié Design patterns - Factory Method
An interface for creating an object that defers instantiation to subclasses. They decide which class to instantiate.
Partager sur les réseaux sociaux · 1
185
DMITRII PECHERITSA
Code publié Design patterns - Builder
For a complex object separate its construction from representation. Same construction process can create different representations
Partager sur les réseaux sociaux · 1
189
DMITRII PECHERITSA
Code publié Design patterns - Abstract Factory
Provide an interface for creating families of related or dependent objects without specifying their concrete classes.
Partager sur les réseaux sociaux · 1
132
DMITRII PECHERITSA
Code publié Design patterns - Twin
Modeling multiple inheritance with the Twin pattern.
Partager sur les réseaux sociaux · 1
177
DMITRII PECHERITSA
Code publié Programming patterns - Facade
Provide a unified interface to a set of interfaces in a subsystem.
Partager sur les réseaux sociaux · 1
181
DMITRII PECHERITSA
Code publié Programming patterns - Composite
Compose objects into tree structures to represent part-whole hierarchies.
Partager sur les réseaux sociaux · 2
173
DMITRII PECHERITSA
Code publié Basic List
A basic container for storing an ordered list of basic data type objects.
Partager sur les réseaux sociaux · 2
168
DMITRII PECHERITSA
Code publié Object List
A basic container for storing an ordered list of objects.
Partager sur les réseaux sociaux · 1
260
DMITRII PECHERITSA
Code publié Arrays class
Frequent array operation methods.
Partager sur les réseaux sociaux · 1
260
: