DMITRII PECHERITSA
DMITRII PECHERITSA
  • 信息
4 年
经验
0
产品
0
演示版
0
工作
0
信号
0
订阅者
trader, programmer
DMITRII PECHERITSA
已发布代码Proxy - structural design pattern
Provide a surrogate or placeholder for another object to control access to it
2 127
DMITRII PECHERITSA
已发布代码Flyweight - structural design pattern
Use sharing to support large numbers of fine-grained objects efficiently
2 121
DMITRII PECHERITSA
已发布代码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
2 100
DMITRII PECHERITSA
已发布代码Decorator - structural design pattern
Attach additional responsibilities to an object dynamically; and provide a flexible alternative to subclassing for extending functionality
2 180
DMITRII PECHERITSA
已发布代码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.
1 161
DMITRII PECHERITSA
已发布代码Bridge - structural design pattern
Decouple an abstraction from its implementation so that the two can vary independently
1 134
DMITRII PECHERITSA
已发布代码Adapter - structural design pattern
Convert the interface of a class into another expected interface; classes with incompatible interfaces can work together
1 139
DMITRII PECHERITSA
已发布代码All creational design patterns
A collection of classic creational GoF design patterns
1 222
DMITRII PECHERITSA
已发布代码Singleton - creational design pattern
Ensure one instance of a class with a global point of access
1 140
DMITRII PECHERITSA
已发布代码Design patterns - Prototype (creational)
Create objects by copying a prototype
1 136
DMITRII PECHERITSA
已发布代码Design patterns - Factory Method
An interface for creating an object that defers instantiation to subclasses. They decide which class to instantiate.
1 167
DMITRII PECHERITSA
已发布代码Design patterns - Builder
For a complex object separate its construction from representation. Same construction process can create different representations
1 174
DMITRII PECHERITSA
已发布代码Design patterns - Abstract Factory
Provide an interface for creating families of related or dependent objects without specifying their concrete classes.
1 119
DMITRII PECHERITSA
已发布代码Design patterns - Twin
Modeling multiple inheritance with the Twin pattern.
1 157
DMITRII PECHERITSA
已发布代码Programming patterns - Facade
Provide a unified interface to a set of interfaces in a subsystem.
1 163
DMITRII PECHERITSA
已发布代码Programming patterns - Composite
Compose objects into tree structures to represent part-whole hierarchies.
2 154
DMITRII PECHERITSA
已发布代码Basic List
A basic container for storing an ordered list of basic data type objects.
2 155
DMITRII PECHERITSA
已发布代码Object List
A basic container for storing an ordered list of objects.
1 227
DMITRII PECHERITSA
已发布代码Arrays class
Frequent array operation methods.
1 229
DMITRII PECHERITSA
已发布代码Doubles comparer
Class for comparing two floating point variables.
139
123