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é Alphabet structure
Sets of latin, russian characters, digits, punctuation, etc.
DMITRII PECHERITSA
Code publié Alphabet structure
Sets of latin, russian characters, digits, punctuation, etc.
Partager sur les réseaux sociaux · 1
153
DMITRII PECHERITSA
Code publié Copy constructor
Have you ever wondered how to safely return automatic objects with functions without memory leaks?
DMITRII PECHERITSA
Code publié Programming Patters - Builder (classic)
Separate the construction of a complex object from its representation so that the same construction process can create different representations.
Partager sur les réseaux sociaux · 1
447
DMITRII PECHERITSA
Code publié Programming Patterns - Factory Method
Define an interface for creating an object, but let subclasses decide which class to instantiate. Lets a class defer instantiation to subclasses.
Partager sur les réseaux sociaux · 1
262
DMITRII PECHERITSA
Code publié Programming Patterns - Abstract Factory
Provides an interface for creating families of related or dependent objects without specifying their concrete class.
Partager sur les réseaux sociaux · 1
236
DMITRII PECHERITSA
Code publié Programming Patterns - Observer
When the subject changes, it notifies and updates its observers, who know nothing about each other.
Partager sur les réseaux sociaux · 1
357
DMITRII PECHERITSA
Code publié Programming Patterns - Strategy
Encapsulating a family of interchangeable algorythms which can be modified independently from the client.
Partager sur les réseaux sociaux · 1
775

DMITRII PECHERITSA
Code publié Programming Patterns - Decorator
A way of sub-classing more functional objects, dynamically.
: