Learn to Program in Delphi - Architecture and Layers of Code
October 28, 2016
Author: Pawe Gowacki
Last week we have created „DelphiSuperCalculator” project and learn how to build, run and debug it.
Before rushing into writing code it is a good thing to step back first and think about the overall architecture of your app. This typically involves breaking your app into smaller parts and in code a typical metaphor is a “layer” or “tier” of…