Design Patterns in RAD Delphi
April 24, 2017
Author: Bogdan Polak BSC
What is a design pattern?
While several definitions can be formulated, they all contain one universal message. In my opinion the most accurate definition is given in the Wikipedia:
https://en.m.wikipedia.org/wiki/Software_design_pattern
I would like to draw your attention to two lines:
general reusable solution
solve common problems
Let’s consider whether…