Articles 26
Evgenii Legotckoi
Evgenii LegotckoiOct. 1, 2018, 2:34 p.m.
Structural Design Patterns - Adapt Goals Using sharing to effectively use a large number of objects. Motif's GUI strategy to replace heavyweight widgets with lightweight widgets. Problems …
Evgenii Legotckoi
Evgenii LegotckoiSept. 26, 2018, 5:55 p.m.
Example - Object Pool in Python Example of the design pattern An object pool in the Python programming language. """Offer a significant performance boost; it is most effective insituations where the cost of initializing…
Evgenii Legotckoi
Evgenii LegotckoiSept. 26, 2018, 5:53 p.m.
Example - Object Pool in Java Example of the design pattern An object pool in the Java programming language. // ObjectPool Classpublic abstract class ObjectPool<T> { private long expirationTime; private Has…
Comments 0
Nothing found
Forum topics 1
A
AndreyHudzJan. 8, 2017, 9:58 a.m.
Предложение по серии уроков [Qt] Было бы не плохо, сделать серию уроков с разбором создания полноценного десктопного приложения.Например, игры с меню, настройками и т.д. Где будут использоваться базовые паттерны.Вообщем…
Forum posts 0
Nothing found
Test 0
Nothing found
Shared codes 0
Nothing found

Follow us in social networks