DMITRII PECHERITSA
DMITRII PECHERITSA
  • Informations
4 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
DMITRII PECHERITSA
Code publié Flyweight - structural design pattern
Use sharing to support large numbers of fine-grained objects efficiently
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
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
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.
DMITRII PECHERITSA
Code publié Bridge - structural design pattern
Decouple an abstraction from its implementation so that the two can vary independently
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
DMITRII PECHERITSA
Code publié All creational design patterns
A collection of classic creational GoF design patterns
DMITRII PECHERITSA
Code publié Singleton - creational design pattern
Ensure one instance of a class with a global point of access
DMITRII PECHERITSA
Code publié Design patterns - Prototype (creational)
Create objects by copying a prototype
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.
DMITRII PECHERITSA
Code publié Design patterns - Builder
For a complex object separate its construction from representation. Same construction process can create different representations
DMITRII PECHERITSA
Code publié Design patterns - Abstract Factory
Provide an interface for creating families of related or dependent objects without specifying their concrete classes.
DMITRII PECHERITSA
Code publié Design patterns - Twin
Modeling multiple inheritance with the Twin pattern.
DMITRII PECHERITSA
Code publié Programming patterns - Facade
Provide a unified interface to a set of interfaces in a subsystem.
DMITRII PECHERITSA
Code publié Programming patterns - Composite
Compose objects into tree structures to represent part-whole hierarchies.
DMITRII PECHERITSA
Code publié Basic List
A basic container for storing an ordered list of basic data type objects.
DMITRII PECHERITSA
Code publié Object List
A basic container for storing an ordered list of objects.
DMITRII PECHERITSA
Code publié Arrays class
Frequent array operation methods.
DMITRII PECHERITSA
Code publié Doubles comparer
Class for comparing two floating point variables.
123