DMITRII PECHERITSA / Profil
- Informations
|
6+ 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é Command - behavioral design pattern
Encapsulate a request as an object thereby letting you parameterize clients with different requests. Queue or log requests, and support undoable operations
DMITRII PECHERITSA
Code publié Chain of responsibility - behavioral design pattern
Avoid coupling the sender of a request to its receiver by giving more than one object a chance to handle the request. Chain the receiving objects and pass the request along the chain until an object handles it
Partager sur les réseaux sociaux · 2
229
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
256
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
243
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
215
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
298
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
280
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
263
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
251
DMITRII PECHERITSA
Code publié All creational design patterns
A collection of classic creational GoF design patterns
Partager sur les réseaux sociaux · 1
351
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
245
DMITRII PECHERITSA
Code publié Design patterns - Prototype (creational)
Create objects by copying a prototype
Partager sur les réseaux sociaux · 1
257
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
287
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
280
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
228
DMITRII PECHERITSA
Code publié Design patterns - Twin
Modeling multiple inheritance with the Twin pattern.
Partager sur les réseaux sociaux · 1
280
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
292
DMITRII PECHERITSA
Code publié Programming patterns - Composite
Compose objects into tree structures to represent part-whole hierarchies.
Partager sur les réseaux sociaux · 2
287
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
258
DMITRII PECHERITSA
Code publié Object List
A basic container for storing an ordered list of objects.
Partager sur les réseaux sociaux · 1
370
: