DMITRII PECHERITSA / Profilo
- Informazioni
5+ anni
esperienza
|
0
prodotti
|
0
versioni demo
|
0
lavori
|
0
segnali
|
0
iscritti
|
trader, programmer
DMITRII PECHERITSA
Codice pubblicato Alphabet structure
Sets of latin, russian characters, digits, punctuation, etc.
DMITRII PECHERITSA
Codice pubblicato Binary Flags
How to minimize bool parameters in a function signature?
DMITRII PECHERITSA
Codice pubblicato Alphabet structure
Sets of latin, russian characters, digits, punctuation, etc.
Condividi sui social network · 1
153
DMITRII PECHERITSA
Codice pubblicato Copy constructor
Have you ever wondered how to safely return automatic objects with functions without memory leaks?
DMITRII PECHERITSA
Codice pubblicato Programming Patters - Builder (classic)
Separate the construction of a complex object from its representation so that the same construction process can create different representations.
Condividi sui social network · 1
447
DMITRII PECHERITSA
Codice pubblicato 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.
Condividi sui social network · 1
262
DMITRII PECHERITSA
Codice pubblicato Programming Patterns - Abstract Factory
Provides an interface for creating families of related or dependent objects without specifying their concrete class.
Condividi sui social network · 1
235
DMITRII PECHERITSA
Codice pubblicato Programming Patterns - Observer
When the subject changes, it notifies and updates its observers, who know nothing about each other.
Condividi sui social network · 1
357
DMITRII PECHERITSA
Codice pubblicato Programming Patterns - Strategy
Encapsulating a family of interchangeable algorythms which can be modified independently from the client.
Condividi sui social network · 1
775

DMITRII PECHERITSA
Codice pubblicato Programming Patterns - Decorator
A way of sub-classing more functional objects, dynamically.
: